diff --git a/front/src/init/sentry.ts b/front/src/init/sentry.ts index 3d10a458d..a53f29b6d 100644 --- a/front/src/init/sentry.ts +++ b/front/src/init/sentry.ts @@ -2,7 +2,7 @@ import type { InitModule } from '~/types' import type { Router } from 'vue-router' import type { App } from 'vue' -const COOKIE = 'allow-tracing2' +const COOKIE = 'allow-tracing' const initSentry = async (app: App, router: Router) => { const [{ BrowserTracing }, Sentry] = await Promise.all([