diff --git a/sentry.client.config.js b/sentry.client.config.js index 53100719..91e97ae3 100644 --- a/sentry.client.config.js +++ b/sentry.client.config.js @@ -10,7 +10,8 @@ Sentry.init({ dsn: SENTRY_DSN, ignoreErrors: [ /^ResizeObserver loop limit exceeded$/, - /^ResizeObserver loop completed with undelivered notifications.$/ + /^ResizeObserver loop completed with undelivered notifications.$/, + "__gCrWeb" ], // Adjust this value in production, or use tracesSampler for greater control tracesSampleRate: 1,