Update Sentry script to version 10.45.0
This commit is contained in:
committed by
GitHub
parent
9822ba583d
commit
8c6a02885d
@@ -41,9 +41,10 @@
|
|||||||
upgrading the SDK.
|
upgrading the SDK.
|
||||||
──────────────────────────────────────────────────────────────────────── #}
|
──────────────────────────────────────────────────────────────────────── #}
|
||||||
{% if sentry_dsn %}
|
{% if sentry_dsn %}
|
||||||
<script src="https://browser.sentry-cdn.com/10.x.x/bundle.tracing.replay.min.js"
|
<script src="https://browser.sentry-cdn.com/10.45.0/bundle.tracing.replay.feedback.logs.metrics.min.js"
|
||||||
crossorigin="anonymous"></script>
|
integrity="sha384-TCY3xw5Ej940LIWfS6PwhCCBl7lvEsxBpHy+BirF+EycSQUvXbfZsgsLi0oU18yZ"
|
||||||
<script>
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
if (window.Sentry) {
|
if (window.Sentry) {
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: {{ sentry_dsn | tojson }},
|
dsn: {{ sentry_dsn | tojson }},
|
||||||
|
|||||||
Reference in New Issue
Block a user