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 0d76982 commit bd3754e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/util/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const initializeSentry = (app) => {
if (!IN_PRODUCTION) return

Sentry.init({
dsn: 'https://937cdbbab78348eaa445788e08bdba9c@sentry.cs.helsinki.fi/8',
dsn: 'https://bd3a3596f974cbb41f49fabbe408c5b5@toska.cs.helsinki.fi/8',
release: GIT_SHA,
integrations: [
new Sentry.Integrations.Http({ tracing: true }),
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/util/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const IN_PRODUCTION = NODE_ENV === 'production'
const initializeSentry = () => {
if (!IN_PRODUCTION) return
Sentry.init({
dsn: 'https://937cdbbab78348eaa445788e08bdba9c@sentry.cs.helsinki.fi/8',
dsn: 'https://bd3a3596f974cbb41f49fabbe408c5b5@toska.cs.helsinki.fi/8',
release: GIT_SHA,
environment: NODE_ENV,
integrations: [new Integrations.BrowserTracing()],
Expand Down

0 comments on commit bd3754e

Please sign in to comment.