Added regular expression to database errors
This commit is contained in:
parent
95f009f181
commit
ccf9a55b2f
@ -29,7 +29,7 @@ if (process.env.REACT_APP_LOGGING === "true") {
|
||||
"Assertion failed: Input argument is not an HTMLInputElement",
|
||||
"Extension context invalidated",
|
||||
"InvalidStateError",
|
||||
"Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.",
|
||||
new RegExp("[a-zA-Z]*Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing*"),
|
||||
],
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user