From 59d124fcd8e86aa4fff801ac6592742e228efe3a Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Tue, 5 Dec 2023 14:33:15 +0100 Subject: [PATCH] chore: fix sentry key --- frontend/src/plugins/sentry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/plugins/sentry.ts b/frontend/src/plugins/sentry.ts index 971d6d1e..756489c8 100644 --- a/frontend/src/plugins/sentry.ts +++ b/frontend/src/plugins/sentry.ts @@ -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)