File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const IN_PRODUCTION = NODE_ENV === 'production'
77const 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 ( ) ] ,
You can’t perform that action at this time.
0 commit comments