chore: Add allowUrls Sentry configuration to reduce spurious extension errors

This commit is contained in:
Tom Moor
2023-07-03 12:33:43 -04:00
parent 3124423eeb
commit a62739be8f

View File

@@ -9,6 +9,7 @@ export function initSentry(history: History) {
environment: env.ENVIRONMENT,
release: env.RELEASE,
tunnel: env.SENTRY_TUNNEL,
allowUrls: [env.URL, env.CDN_URL, env.COLLABORATION_URL],
integrations: [
new Integrations.BrowserTracing({
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),