Merge pull request #803 from christianlouis/copilot/fix-html-lint-errors

fix(ui): add missing opening `<script>` tag in base.html Sentry init block
This commit is contained in:
Christian Krakau-Louis
2026-03-22 18:46:06 +01:00
committed by GitHub
+1
View File
@@ -45,6 +45,7 @@
integrity="sha384-TCY3xw5Ej940LIWfS6PwhCCBl7lvEsxBpHy+BirF+EycSQUvXbfZsgsLi0oU18yZ"
crossorigin="anonymous"
></script>
<script>
if (window.Sentry) {
Sentry.init({
dsn: {{ sentry_dsn | tojson }},