fix: Reduce double reporting of errors

This commit is contained in:
Tom Moor
2020-12-21 21:10:25 -08:00
parent 7d44e1aeeb
commit ea57cef89c
4 changed files with 14 additions and 1 deletions

View File

@@ -54,9 +54,11 @@
ignoreErrors: [
"ResizeObserver loop limit exceeded",
"AuthorizationError",
"BadRequestError",
"NetworkError",
"NotFoundError",
"OfflineError",
"ServiceUnavailableError",
"UpdateRequiredError",
"ChunkLoadError",
],