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 }},