Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix sentry DSN in client
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSp committed Mar 30, 2020
1 parent 1f42510 commit 0fd6811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vue.config.productionTip = false;

if (process.env.NODE_ENV != "development") {
Sentry.init({
dsn: 'https://fbc34fc7930a408c860ede02d9de000a@sentry.imis-prototyp.de/3',
dsn: 'https://d0517f472462409c99f7b82f571315f3@sentry.imis-prototyp.de/2',
integrations: [new Integrations.Vue({Vue, attachProps: true})],
})
}
Expand Down

0 comments on commit 0fd6811

Please sign in to comment.