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:
@@ -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 }},
|
||||||
|
|||||||
Reference in New Issue
Block a user