Skip to content

Commit

Permalink
fix: remove sentry tags from template (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock authored Aug 27, 2024
1 parent 4a047f4 commit f88c2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunorweb/templates/plotly_plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{% load webpack_loader %}{% get_files 'sentry' 'js' as sentry_js %}
<script src="{{ sentry_js.0.url }}" crossorigin="anonymous"></script>
<script>{% load sentry %}{% load thunorweb_tags %}Sentry.init({
<script>{% load thunorweb_tags %}Sentry.init({
dsn: '{% sentry_public_dsn %}',
environment: '{% sentry_environment %}', release: '{% thunorweb_version %}'
});
Expand Down

0 comments on commit f88c2ed

Please sign in to comment.