Fix cookie name

This commit is contained in:
wvffle 2022-07-31 20:36:43 +00:00 committed by Georg Krause
parent d7052c44e0
commit 5c05407f92
1 changed files with 1 additions and 1 deletions

View File

@ -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([