Change tracing targets.
This commit is contained in:
@@ -34,7 +34,12 @@ Sentry.init({
|
|||||||
maskAllText: false,
|
maskAllText: false,
|
||||||
blockAllMedia: true,
|
blockAllMedia: true,
|
||||||
}),
|
}),
|
||||||
new Sentry.BrowserTracing(),
|
new Sentry.BrowserTracing({}),
|
||||||
|
],
|
||||||
|
tracePropagationTargets: [
|
||||||
|
"api.imex.online",
|
||||||
|
"api.test.imex.online",
|
||||||
|
"db.imex.online",
|
||||||
],
|
],
|
||||||
tracesSampleRate: 1.0,
|
tracesSampleRate: 1.0,
|
||||||
replaysOnErrorSampleRate: 1.0,
|
replaysOnErrorSampleRate: 1.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user