Skip to content

Commit

Permalink
Add sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
MaertHaekkinen committed Jul 14, 2024
1 parent 07964b7 commit f32d213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ajapaik/ajapaik/templates/core/base_bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
<!--[if lt IE 9]>
<script src="{% static 'js/html5shiv-3.7.3.js' %}"></script>
<![endif]-->
<script
src="https://js-de.sentry-cdn.com/8791c28a1eae300e0d9f2425e5ebdffa.min.js"
crossorigin="anonymous"
></script>
<link rel="shortcut icon" type="image/ico" href="{% static "images/favicon.ico" %}" />
<link rel="apple-touch-icon" href="{% static "images/ajapaik_marker_57px.png" %}" />
{% leaflet_css %}
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ sorl-thumbnail==12.7.0
user-agents==2.2.0
pygoogletranslation==2.0.6
roman==3.3
urllib3==1.26.11
sentry-sdk==2.8.0

# Code quality, tests
typing==3.7.4.3
Expand Down

0 comments on commit f32d213

Please sign in to comment.