From fdf3b82843abac808e25214fbc303bd140677683 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 4 Jan 2023 16:01:00 +0100 Subject: [PATCH] chore: update to new Sentry DSN --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index d665d62..21dd9aa 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -122,7 +122,7 @@ export default defineNuxtConfig({ middleware: ['auth'] }, sentry: { - dsn: 'https://da2e8d42185a4013909d49955432a116@sentry.io/5187660', + dsn: 'https://da2e8d42185a4013909d49955432a116@o365290.ingest.sentry.io/5187660', config: {} // Additional config }, ssr: false,