Update sentry ignore list for browser errors

This commit is contained in:
Mitchell McCaffrey 2021-06-24 09:50:27 +10:00
parent 1ffe24ae1b
commit b3cc4b324d

View File

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