Skip to content

Commit

Permalink
chore: mise à jour de la version du script js sentry (#723)
Browse files Browse the repository at this point in the history
## Description

🛸 mise à jour du chargement du script js sentry

## Type de changement

🚧 technique
  • Loading branch information
vincentporte authored Jul 30, 2024
1 parent 2b33ffb commit 8faa6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- Use this to get the value of the CSRF token in JavaScript. -->
<meta name="csrf-token" content="{{ csrf_token }}">
{% if not debug %}
<script src="https://js.sentry-cdn.com/315adbc1472b4c5f875aa426db1fe8f2.min.js" crossorigin="anonymous"></script>
<script src="https://js.sentry-cdn.com/df68a3c4bf3344c59bb63010cbeaa92e.min.js" crossorigin="anonymous"></script>
{% endif %}
{% endblock head %}
{% block extra_head %}{% endblock %}
Expand Down

0 comments on commit 8faa6b6

Please sign in to comment.