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: [
|
ignoreErrors: [
|
||||||
"ResizeObserver loop limit exceeded",
|
"ResizeObserver loop limit exceeded",
|
||||||
"QuotaExceededError",
|
"QuotaExceededError",
|
||||||
|
"DatabaseClosedError",
|
||||||
"XDR encoding failure",
|
"XDR encoding failure",
|
||||||
"Assertion failed: Input argument is not an HTMLInputElement",
|
"Assertion failed: Input argument is not an HTMLInputElement",
|
||||||
"Extension context invalidated",
|
"Extension context invalidated",
|
||||||
|
Loading…
Reference in New Issue
Block a user