fix(ui): add missing opening script tag in base.html Sentry block

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/DocuElevate/sessions/3780cab7-11b6-470a-935a-57d63bf1d36b
This commit is contained in:
copilot-swe-agent[bot]
2026-03-22 17:42:54 +00:00
parent 55afa4981b
commit 425472c839
+1
View File
@@ -45,6 +45,7 @@
integrity="sha384-TCY3xw5Ej940LIWfS6PwhCCBl7lvEsxBpHy+BirF+EycSQUvXbfZsgsLi0oU18yZ" integrity="sha384-TCY3xw5Ej940LIWfS6PwhCCBl7lvEsxBpHy+BirF+EycSQUvXbfZsgsLi0oU18yZ"
crossorigin="anonymous" crossorigin="anonymous"
></script> ></script>
<script>
if (window.Sentry) { if (window.Sentry) {
Sentry.init({ Sentry.init({
dsn: {{ sentry_dsn | tojson }}, dsn: {{ sentry_dsn | tojson }},