mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
tweak sentry config
This commit is contained in:
@@ -35,9 +35,9 @@ export async function initSentry(app) {
|
||||
dsn,
|
||||
environment: 'nightly',
|
||||
release: version,
|
||||
replaysSessionSampleRate: 0.1,
|
||||
replaysSessionSampleRate: 0,
|
||||
replaysOnErrorSampleRate: 1.0,
|
||||
tracesSampleRate: 0.1,
|
||||
tracesSampleRate: 0.05,
|
||||
beforeSend(event, hint) {
|
||||
if (
|
||||
event.request?.status &&
|
||||
@@ -50,7 +50,7 @@ export async function initSentry(app) {
|
||||
integrations: [
|
||||
Sentry.replayIntegration({
|
||||
maskAllText: true,
|
||||
blockAllMedia: false
|
||||
blockAllMedia: true
|
||||
}),
|
||||
Sentry.browserTracingIntegration(),
|
||||
Sentry.vueIntegration({
|
||||
|
||||
Reference in New Issue
Block a user