Add database closed error to sentry ignore
This commit is contained in:
parent
72135b22be
commit
22c4b7ef57
@ -36,6 +36,7 @@ if (process.env.REACT_APP_LOGGING === "true") {
|
||||
ignoreErrors: [
|
||||
"ResizeObserver loop limit exceeded",
|
||||
"QuotaExceededError",
|
||||
"DatabaseClosedError",
|
||||
"XDR encoding failure",
|
||||
"Assertion failed: Input argument is not an HTMLInputElement",
|
||||
"Extension context invalidated",
|
||||
|
Loading…
Reference in New Issue
Block a user