Fix cookie name

environments/review-front-deve-otr6gc/deployments/13401
wvffle 2022-07-31 20:36:43 +00:00 zatwierdzone przez Georg Krause
rodzic d7052c44e0
commit 5c05407f92
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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