Add sentry environment

environments/review-front-deve-otr6gc/deployments/13401
wvffle 2022-07-31 21:06:21 +00:00 zatwierdzone przez Georg Krause
rodzic f52798b0d3
commit 5dbf85c7b7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,8 @@ const initSentry = async (app: App, router: Router) => {
routingInstrumentation: Sentry.vueRouterInstrumentation(router)
})
],
debug: import.meta.env.DEV,
environment: import.meta.env.MODE,
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production