From 22c4b7ef579c0a80bcbe4761ef2589f1a89f50dc Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 27 Jun 2021 15:14:42 +1000 Subject: [PATCH] Add database closed error to sentry ignore --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index e5b82b0..687aa88 100644 --- a/src/index.js +++ b/src/index.js @@ -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",