chore: Add allowUrls Sentry configuration to reduce spurious extension errors
This commit is contained in:
@@ -9,6 +9,7 @@ export function initSentry(history: History) {
|
|||||||
environment: env.ENVIRONMENT,
|
environment: env.ENVIRONMENT,
|
||||||
release: env.RELEASE,
|
release: env.RELEASE,
|
||||||
tunnel: env.SENTRY_TUNNEL,
|
tunnel: env.SENTRY_TUNNEL,
|
||||||
|
allowUrls: [env.URL, env.CDN_URL, env.COLLABORATION_URL],
|
||||||
integrations: [
|
integrations: [
|
||||||
new Integrations.BrowserTracing({
|
new Integrations.BrowserTracing({
|
||||||
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),
|
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),
|
||||||
|
|||||||
Reference in New Issue
Block a user