Skip to content

Commit

Permalink
Replace Sentry DSN for new instance
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue committed Nov 25, 2024
1 parent da5c5a0 commit 8c9fda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/artemis/templates/application-prod.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ info:
{% endif %}
text-assessment-analytics-enabled: true
sentry:
dsn: https://ceeb3e72ec094684aefbb132f87231f2@sentry.ase.in.tum.de/2
dsn: https://e52d0b9b6b61769f50b088634b4bc781@sentry.ase.in.tum.de/2
{% if post_hog is defined %}
post-hog:
host: {{ post_hog.host }}
Expand Down
2 changes: 1 addition & 1 deletion roles/artemis/templates/artemis.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ INFO_TESTSERVER='true'
INFO_TESTSERVER='false'
{% endif %}
INFO_TEXTASSESSMENTANALYTICSENABLED='true'
INFO_SENTRY_DSN='https://ceeb3e72ec094684aefbb132f87231f2@sentry.ase.in.tum.de/2'
INFO_SENTRY_DSN='https://e52d0b9b6b61769f50b088634b4bc781@sentry.ase.in.tum.de/2'
{% if post_hog is defined %}
INFO_POSTHOG_HOST='{{ post_hog.host }}'
INFO_POSTHOG_TOKEN='{{ post_hog.token }}'
Expand Down

0 comments on commit 8c9fda8

Please sign in to comment.