Skip to content

Commit

Permalink
Update sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Aug 24, 2023
1 parent 567a6d4 commit 7353682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ErrorBoundary from 'Components/ErrorBoundary'

if (process.env.NODE_ENV === 'production' || process.env.NODE_ENV === 'staging')
Sentry.init({
dsn: 'https://86bd3a31dbb84a518b581f10cce03b2e@sentry.cs.helsinki.fi/3',
dsn: 'https://6fb694554ea5cfb9c82fb2d7d2a8bc5f@toska.cs.helsinki.fi/16',
environment: process.env.NODE_ENV,
release: process.env.SENTRY_RELEASE,
normalizeDepth: 10
Expand Down

0 comments on commit 7353682

Please sign in to comment.