Skip to content

Commit bd3754e

Browse files
committed
Update Sentry dsn
1 parent 0d76982 commit bd3754e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/util/sentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const initializeSentry = (app) => {
88
if (!IN_PRODUCTION) return
99

1010
Sentry.init({
11-
dsn: 'https://937cdbbab78348eaa445788e08bdba9c@sentry.cs.helsinki.fi/8',
11+
dsn: 'https://bd3a3596f974cbb41f49fabbe408c5b5@toska.cs.helsinki.fi/8',
1212
release: GIT_SHA,
1313
integrations: [
1414
new Sentry.Integrations.Http({ tracing: true }),

frontend/src/util/sentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const IN_PRODUCTION = NODE_ENV === 'production'
77
const initializeSentry = () => {
88
if (!IN_PRODUCTION) return
99
Sentry.init({
10-
dsn: 'https://937cdbbab78348eaa445788e08bdba9c@sentry.cs.helsinki.fi/8',
10+
dsn: 'https://bd3a3596f974cbb41f49fabbe408c5b5@toska.cs.helsinki.fi/8',
1111
release: GIT_SHA,
1212
environment: NODE_ENV,
1313
integrations: [new Integrations.BrowserTracing()],

0 commit comments

Comments
 (0)