diff --git a/app/utils/sentry.ts b/app/utils/sentry.ts index ef862d045..2af823c4f 100644 --- a/app/utils/sentry.ts +++ b/app/utils/sentry.ts @@ -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),