Change tracing targets.

This commit is contained in:
Patrick Fic
2024-01-30 16:58:11 -08:00
parent 7daf7540b3
commit da1ddb874f

View File

@@ -34,7 +34,12 @@ Sentry.init({
maskAllText: false,
blockAllMedia: true,
}),
new Sentry.BrowserTracing(),
new Sentry.BrowserTracing({}),
],
tracePropagationTargets: [
"api.imex.online",
"api.test.imex.online",
"db.imex.online",
],
tracesSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,