Edited regular expression for ignored sentry error
This commit is contained in:
parent
4727ef4a0b
commit
5e36238d0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user