Skip to content

Commit

Permalink
Merge pull request #1449 from ccnmtl/sentry-js
Browse files Browse the repository at this point in the history
Update to new sentry-js code
  • Loading branch information
ndittren authored Oct 13, 2024
2 parents a7c94c9 + c5c3c3b commit 0a64a18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions eureka/settings_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'django.template.context_processors.request',
'django.contrib.messages.context_processors.messages',
'stagingcontext.staging_processor',
'ctlsettings.context_processors.env',
'gacontext.ga_processor',
'wagtail.contrib.settings.context_processors.settings',
'wagtailmenus.context_processors.wagtailmenus',
Expand Down
2 changes: 2 additions & 0 deletions eureka/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<link rel="stylesheet" href="{{ STATIC_URL }}build/main.css">
{% block css %}{% endblock %}

{% include "ctlsettings/sentry_js.html" %}

<!-- CSS for cookie policy -->

<!-- Favicon -->
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ django-paging==0.2.5
django-annoying==0.10.6
django-appconf==1.0.5
django-statsd-mozilla==0.4.0
raven==6.10.0
sentry-sdk==2.16.0
django-bootstrap4==24.4
django-debug-toolbar==4.4.1
Expand All @@ -77,7 +76,7 @@ gunicorn==23.0.0
django-flatblocks==1.0.0
django-storages==1.14.2

ctlsettings==0.3.4
ctlsettings==0.4.1
django-reversion==5.1.0
text_unidecode==1.3

Expand Down

0 comments on commit 0a64a18

Please sign in to comment.