Skip to content

Commit

Permalink
Development: Update sentry config (#9824)
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Dec 20, 2024
1 parent 19b5f7c commit c00d635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ info:
# Comma separated list of profiles that will trigger the ribbon to show
display-ribbon-on-profiles: "dev"
sentry:
dsn: https://8c6b41ec2d4245e8bd3ec9541d53f625@sentry.io/1440029 # Leave empty to disable Sentry, must be a valid URI
dsn: https://e52d0b9b6b61769f50b088634b4bc781@sentry.ase.in.tum.de/2 # Leave empty to disable Sentry, must be a valid URI
# Allowed Orion version range. Should only be changed on major version releases
allowed-minimum-orion-version: 1.0.0
# Specifies whether text assessment analytics service (TextAssessmentEventResource) is enabled/disabled
Expand Down
4 changes: 2 additions & 2 deletions src/test/javascript/spec/service/profile.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('ProfileService', () => {
},
'test-server': true,
sentry: {
dsn: 'https://ceeb3e72ec094684aefbb132f87231f2@sentry.ase.in.tum.de/2',
dsn: 'https://e52d0b9b6b61769f50b088634b4bc781@sentry.ase.in.tum.de/2',
},
'display-ribbon-on-profiles': 'dev',
'allowed-minimum-orion-version': '1.0.0',
Expand Down Expand Up @@ -177,7 +177,7 @@ describe('ProfileService', () => {
inProduction: true,
inDevelopment: false,
openApiEnabled: true,
sentry: { dsn: 'https://ceeb3e72ec094684aefbb132f87231f2@sentry.ase.in.tum.de/2' },
sentry: { dsn: 'https://e52d0b9b6b61769f50b088634b4bc781@sentry.ase.in.tum.de/2' },
features: [FeatureToggle.ProgrammingExercises, FeatureToggle.PlagiarismChecks],
buildPlanURLTemplate: 'https://artemistest2jenkins.ase.in.tum.de/job/{projectKey}/job/{buildPlanId}',
commitHashURLTemplate: 'https://artemistest2gitlab.ase.in.tum.de/{projectKey}/{repoSlug}/-/commit/{commitHash}',
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ info:
# Comma separated list of profiles that will trigger the ribbon to show
display-ribbon-on-profiles: "dev"
sentry:
dsn: https://8c6b41ec2d4245e8bd3ec9541d53f625@sentry.io/1440029
dsn: https://not-activated@sentry.io/0000000
guided-tour:
courseShortName: 'artemistutorial'
tours:
Expand Down

0 comments on commit c00d635

Please sign in to comment.