From 8c6a02885dd21089c88ff6682a9229fbba246b8b Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Sun, 22 Mar 2026 18:29:18 +0100 Subject: [PATCH] Update Sentry script to version 10.45.0 --- frontend/templates/base.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index db65037a..bf4506b4 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -41,9 +41,10 @@ upgrading the SDK. ──────────────────────────────────────────────────────────────────────── #} {% if sentry_dsn %} - - if (window.Sentry) { Sentry.init({ dsn: {{ sentry_dsn | tojson }},