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,
|
||||
release: env.RELEASE,
|
||||
tunnel: env.SENTRY_TUNNEL,
|
||||
allowUrls: [env.URL, env.CDN_URL, env.COLLABORATION_URL],
|
||||
integrations: [
|
||||
new Integrations.BrowserTracing({
|
||||
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),
|
||||
|
||||
Reference in New Issue
Block a user