feat: makes sentry more configurable

This commit is contained in:
Brock H Caldwell
2025-11-08 14:38:55 -06:00
parent 2315b995e0
commit 7dd40b4525
8 changed files with 47 additions and 10 deletions

View File

@@ -12,6 +12,10 @@
{% block javascripts %}
{% block importmap %}{{ importmap('app') }}{% endblock %}
{% if sentry_enabled() %}
<script src="{{ sentry_javascript_url }}" crossorigin="anonymous"></script>
{% endif %}
<script src='https://cdn.jsdelivr.net/npm/fullcalendar@6.1.19/index.global.min.js'></script>
{% endblock %}
</head>