Merge branch 'feature/Sentry-Improvements' into test-beta
This commit is contained in:
@@ -35,7 +35,12 @@ if (process.env.NODE_ENV !== "development") {
|
|||||||
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