|
127 | 127 | <script rel="preload" as="script" src="./src/scripts/index.min.js"></script> |
128 | 128 | <!-- Sentry --> |
129 | 129 | <script |
130 | | - src="https://browser.sentry-cdn.com/7.16.0/bundle.min.js" |
131 | | - integrity="sha384-70hBom53vQV6XVoqnEzSlfP8AYzEm6CSuti85YyRLtmm/jbx0GryCQ1z5StcQwsz" |
| 130 | + src="https://browser.sentry-cdn.com/7.17.4/bundle.min.js" |
| 131 | + integrity="sha384-XHC4Ua4bFZF23Rgwkuf3FJGT1/W1dWbIaICyTr+qKjMcJ0cC96rK7J7L0wCTn2xC" |
132 | 132 | crossorigin="anonymous" |
133 | 133 | ></script> |
134 | 134 | <script |
135 | | - src="https://browser.sentry-cdn.com/7.16.0/bundle.tracing.min.js" |
136 | | - integrity="sha384-wXU9CL14HxNQidSEdsPNgsvTyYYWogbqur94ac59B5M+zWrBqgC7NRLzv1AHdz0j" |
| 135 | + src="https://browser.sentry-cdn.com/7.17.4/bundle.tracing.min.js" |
| 136 | + integrity="sha384-TbvxjRMxGc03ZKS5QFUgAb3QnBcVgfzrHMnYJv0ZMl1JYGdbtq7wJs+RkoZxpVOM" |
137 | 137 | crossorigin="anonymous" |
138 | 138 | ></script> |
139 | 139 | <script> |
140 | 140 | Sentry.init({ |
141 | 141 | dsn: "https://c74a8d7e001f45c8bb4ebfa5a1e92664@o1185775.ingest.sentry.io/6600431", |
142 | 142 | // @AlexJSully when updating the package version number in package.json, update the version number here as well. |
143 | | - release: "small-dev-talk@1.2.3", |
| 143 | + release: "small-dev-talk@1.3.0", |
144 | 144 | integrations: [new Sentry.BrowserTracing()], |
145 | 145 |
|
146 | 146 | // We recommend adjusting this value in production, or using tracesSampler for finer control |
|
149 | 149 |
|
150 | 150 | Sentry.configureScope((scope) => { |
151 | 151 | // @AlexJSully when updating the package version number in package.json, update the version number here as well. |
152 | | - scope.setTag("app-version", "1.2.3"); |
| 152 | + scope.setTag("app-version", "1.3.0"); |
153 | 153 | }); |
154 | 154 | </script> |
155 | 155 | <!-- Global site tag (gtag.js) - Google Analytics --> |
|
0 commit comments