fix: Suppress errors from users that attempt to run saved pages from their local computer (happens a surprising amount)

This commit is contained in:
Tom Moor
2022-03-04 16:47:21 -08:00
parent edbcd3d4d2
commit f69bcc7578

View File

@@ -25,6 +25,7 @@ export function initSentry(history: History) {
"ServiceUnavailableError",
"UpdateRequiredError",
"ChunkLoadError",
"file://",
],
});
}