Reduce Sentry sample rate for vue client
This commit is contained in:
parent
f7727140ea
commit
f1c27cf0e4
|
|
@ -24,8 +24,8 @@ const registerPlugins = (app: any) => {
|
||||||
dsn: import.meta.env.SENTRY_DSN,
|
dsn: import.meta.env.SENTRY_DSN,
|
||||||
environment: import.meta.env.SENTRY_ENVIRONMENT || 'localhost',
|
environment: import.meta.env.SENTRY_ENVIRONMENT || 'localhost',
|
||||||
integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],
|
integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],
|
||||||
tracesSampleRate: 1.0,
|
tracesSampleRate: 0.1,
|
||||||
replaysSessionSampleRate: 1.0,
|
replaysSessionSampleRate: 0.05,
|
||||||
replaysOnErrorSampleRate: 1.0,
|
replaysOnErrorSampleRate: 1.0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue