Skip to content

Commit

Permalink
updates sentry javascript sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Jul 24, 2024
1 parent 9d7e012 commit d117278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peachjam/templates/peachjam/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
{{ PEACHJAM_JS_CONFIG|json_script:"peachjam-config" }}
{% if not DEBUG %}
<!-- sentry -->
<script src="https://browser.sentry-cdn.com/7.51.2/bundle.min.js"
integrity="sha384-TIc4wz4oU9UgbI5Cu7R/6jhJOszkPGImz+Ney9MXZ3MESAGeYJUOV+36KnTacIXP"
<script src="https://browser.sentry-cdn.com/8.19.0/bundle.min.js"
integrity="sha384-GMXJOdPusU6buvY19uetB8sepCeSxAnhMOOvoTJ8NVDumzfGeBFgRFuRD6rsz8Np"
crossorigin="anonymous"
defer></script>
{% if PEACHJAM_SETTINGS.google_analytics_id %}
Expand Down

0 comments on commit d117278

Please sign in to comment.