Add database closed error to sentry ignore

This commit is contained in:
Mitchell McCaffrey 2021-06-27 15:14:42 +10:00
parent 72135b22be
commit 22c4b7ef57

View File

@ -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",