Skip to content

Commit

Permalink
fix(JS): Hardcode version 7 script source for loader
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Jul 25, 2024
1 parent 74130ed commit 14f6649
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Sentry.init({
crossorigin="anonymous"
></script>
<script
src="https://browser.sentry-cdn.com/{{@inject packages.version('sentry.javascript.browser') }}/captureconsole.min.js"
integrity="sha384-{{@inject packages.checksum('sentry.javascript.browser', 'captureconsole.min.js', 'sha384-base64') }}"
src="https://browser.sentry-cdn.com/7.118.0/captureconsole.min.js"
crossorigin="anonymous"
></script>
```
Expand Down

0 comments on commit 14f6649

Please sign in to comment.