fix(deps): update dependency @sentry/nuxt to v8.37.1
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import * as Sentry from '@sentry/nuxt';
|
||||
import { usePinia } from '#imports'
|
||||
import { envConfig } from '~/utils/environment'
|
||||
|
||||
const env = envConfig(window.location.hostname)
|
||||
@@ -9,6 +10,9 @@ Sentry.init({
|
||||
integrations: [
|
||||
Sentry.browserTracingIntegration({ traceFetch: false }),
|
||||
Sentry.replayIntegration(),
|
||||
Sentry.piniaIntegration(usePinia(), {
|
||||
/* optional Pinia plugin options */
|
||||
}),
|
||||
],
|
||||
environment: env.name,
|
||||
tracesSampleRate: env.tracesSampleRate,
|
||||
|
||||
Reference in New Issue
Block a user