From b3cc4b324dad5ca8385795ae72e401c3ae1e8e21 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 24 Jun 2021 09:50:27 +1000 Subject: [PATCH] Update sentry ignore list for browser errors --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 5e47f24..e5b82b0 100644 --- a/src/index.js +++ b/src/index.js @@ -42,6 +42,8 @@ if (process.env.REACT_APP_LOGGING === "true") { new RegExp( "([InvalidStateError:\\s]*Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing([.]*[\\s]*))+" ), + "Browser is shutting down", + "An internal error was encountered in the Indexed Database server", // Random plugins/extensions "top.GLOBALS", // See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html