fix(deps): update dependency @sentry/nuxt to v8.37.1

This commit is contained in:
Renovate
2024-11-06 12:05:01 +00:00
parent 8da5dcfe0b
commit 0bcd6ac905
3 changed files with 114 additions and 119 deletions
+4
View File
@@ -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,