Skip to content

Commit

Permalink
Add "ResizeObserver loop completed with undelivered notifications" to…
Browse files Browse the repository at this point in the history
… Sentry ignore (#4727)

* Add error with resize observer to igonred

* Add changeset
  • Loading branch information
poulch authored Mar 15, 2024
1 parent e41a96d commit cac7189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-scissors-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Add "ResizeObserver loop completed with undelivered notifications" to ignored in Sentry.
1 change: 1 addition & 0 deletions src/services/errorTracking/adapters/Sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const SentryAdapter = (config: Config): TrackerMethods => {
environment: config.environment,
ignoreErrors: [
"Editor's content can not be saved in read-only mode",
"ResizeObserver loop completed with undelivered notifications",
// TODO: rmoeve after Cypress migation
"ResizeObserver loop limit exceeded",
],
Expand Down

0 comments on commit cac7189

Please sign in to comment.