@things-factory/reference-app 6.2.138 → 6.2.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/_index.html CHANGED
@@ -78,34 +78,6 @@
78
78
  })
79
79
  }
80
80
  </script>
81
- <script type="text/javascript">
82
- !(function (a, b, c, d, e, f, g, h) {
83
- ;(a.RaygunObject = e),
84
- (a[e] =
85
- a[e] ||
86
- function () {
87
- ;(a[e].o = a[e].o || []).push(arguments)
88
- }),
89
- (f = b.createElement(c)),
90
- (g = b.getElementsByTagName(c)[0]),
91
- (f.async = 1),
92
- (f.src = d),
93
- g.parentNode.insertBefore(f, g),
94
- (h = a.onerror),
95
- (a.onerror = function (b, c, d, f, g) {
96
- h && h(b, c, d, f, g),
97
- g || (g = new Error(b)),
98
- (a[e].q = a[e].q || []),
99
- a[e].q.push({
100
- e: g
101
- })
102
- })
103
- })(window, document, 'script', '//cdn.raygun.io/raygun4js/raygun.min.js', 'rg4js')
104
- </script>
105
- <script type="text/javascript">
106
- rg4js('apiKey', 'VvPzjH0zKdOM0hynpycw')
107
- rg4js('enableCrashReporting', true)
108
- </script>
109
81
  </head>
110
82
 
111
83
  <body>
@@ -15,8 +15,5 @@ module.exports = {
15
15
  awsAppSync: {
16
16
  apiUrl: '',
17
17
  apiKey: ''
18
- },
19
- raygun: {
20
- // apiKey: 'VvPzjH0zKdOM0hynpycw'
21
18
  }
22
19
  }