diff --git a/roles/artemis/templates/application-prod.yml.j2 b/roles/artemis/templates/application-prod.yml.j2 index 89b6eee..e5db647 100644 --- a/roles/artemis/templates/application-prod.yml.j2 +++ b/roles/artemis/templates/application-prod.yml.j2 @@ -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 }} diff --git a/roles/artemis/templates/artemis.env.j2 b/roles/artemis/templates/artemis.env.j2 index 17bfbc6..8c2415d 100644 --- a/roles/artemis/templates/artemis.env.j2 +++ b/roles/artemis/templates/artemis.env.j2 @@ -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 }}'