Skip to content

Commit

Permalink
Merge pull request #1929 from laws-africa/sentry
Browse files Browse the repository at this point in the history
Update sentry javascript sdk
  • Loading branch information
actlikewill authored Jul 24, 2024
2 parents 46360aa + d117278 commit 9db083c
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 9db083c

Please sign in to comment.