Skip to content

Commit

Permalink
fix: update to default sentry bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Mar 2, 2024
1 parent 37dcd7d commit 29e5172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions django/core/jinja2/base.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/holder/2.9.8/holder.min.js"></script>
{% if constants.DEPLOY_ENVIRONMENT.is_staging_or_production %}

{% with SENTRYJS_VERSION='7.92.0' %}
{% with SENTRYJS_VERSION='7.104.0' %}
<script
src="https://browser.sentry-cdn.com/{{SENTRYJS_VERSION}}/bundle.min.js"
integrity="sha384-twzJm4czBvefWTYieg38QNd4KycBrT5jt/HDyVbGCumN0zlLVmMNCVE7oDccARDg"
src="https://browser.sentry-cdn.com/{{SENTRYJS_VERSION}}/bundle.tracing.min.js"
integrity="sha384-GIGwRJTameecYX7D86H2eXPQAhZ2erxGcgL3f906+a9BFv0Z88R524eZzamYbll0"
crossorigin="anonymous">
</script>
{% script defer=True %}
Expand Down

0 comments on commit 29e5172

Please sign in to comment.