diff --git a/apps/app/sentry.client.config.ts b/apps/app/sentry.client.config.ts index ce62d5fb5f..06909b2308 100644 --- a/apps/app/sentry.client.config.ts +++ b/apps/app/sentry.client.config.ts @@ -35,4 +35,5 @@ init({ /^https?:\/\/localhost(?::\d+)?(?:\/.*)?/i, /^\//i, ], + ignoreErrors: [/^ResizeObserver loop completed with undelivered notifications.$/], })