Skip to content

Commit

Permalink
Ignore __gCrWeb errors
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Apr 15, 2024
1 parent b058465 commit c3872ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3872ef

Please sign in to comment.