Skip to content

Commit

Permalink
Add resize observer to ignored errors in Sentry (#2645)
Browse files Browse the repository at this point in the history
* updated gitignore

* Add "ResizeObserver loop limit exceeded" to ignored errors in Sentry (#2587)

* updated gitignore

* Update frontend/src/utils/sentry-config.ts

* Update frontend/src/utils/sentry-config.ts

---------

Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
isaacsheyliger and obulat authored Jul 18, 2023
1 parent 35f08e5 commit 327a8d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/utils/sentry-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const sentryConfig: ModuleOptions = {
// Ignore errant focus-trap-vue errors
/`initialFocus` did not return a node/,

// Ignore ResizeObserver loop-related errors
/ResizeObserver loop limit exceeded/,
/ResizeObserver loop completed with undelivered notifications/,

// Cloudflare
/sendBeacon/,

Expand Down

0 comments on commit 327a8d6

Please sign in to comment.