Merged in feature/Sentry-Improvements (pull request #1246)

Change tracing targets.
This commit is contained in:
Patrick Fic
2024-01-31 01:08:37 +00:00

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,