Fix cookie name
This commit is contained in:
parent
d7052c44e0
commit
5c05407f92
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue