Edited regular expression for ignored sentry error

This commit is contained in:
Nicola Thouliss 2021-02-25 16:26:54 +11:00
parent 4727ef4a0b
commit 5e36238d0b

View File

@ -28,8 +28,7 @@ if (process.env.REACT_APP_LOGGING === "true") {
"XDR encoding failure",
"Assertion failed: Input argument is not an HTMLInputElement",
"Extension context invalidated",
"InvalidStateError",
new RegExp("[a-zA-Z]*Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing*"),
new RegExp("([InvalidStateError:\\s]*Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing([.]*[\\s]*))+"),
// Random plugins/extensions
"top.GLOBALS",
// See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html