Skip to content

Commit

Permalink
chore: fix sentry key
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Dec 5, 2023
1 parent a9a9a20 commit 59d124f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/plugins/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { type Router } from 'vue-router'
export async function setupSentry(app: App, router: Router) {
Sentry.init({
app,
dsn: 'https://c578eb3f2d4546808dd5caddf0fecd90@sentry.cubi.bihealth.org/7',
dsn: 'https://ee06fe1f4715e740256c7b762fe0e162@sentry.cubi.bihealth.org/7',
integrations: [
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(router)
Expand Down

0 comments on commit 59d124f

Please sign in to comment.