Skip to content

Commit

Permalink
Fix ResizeObserver error message filter
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Gieringer <[email protected]>
  • Loading branch information
carlgieringer committed Aug 23, 2023
1 parent cd7835d commit 63df7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premiser-ui/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
replaysOnErrorSampleRate: 1.0,
ignoreErrors: [
// TODO(#533) remove this exception
"ResizeObserver loop limit exceeded",
"ResizeObserver loop completed with undelivered notifications",
],
},
sentryShowReportDialogThrottleMs: 5000,
Expand Down

0 comments on commit 63df7ad

Please sign in to comment.