fix: Suppress errors from users that attempt to run saved pages from their local computer (happens a surprising amount)
This commit is contained in:
@@ -25,6 +25,7 @@ export function initSentry(history: History) {
|
|||||||
"ServiceUnavailableError",
|
"ServiceUnavailableError",
|
||||||
"UpdateRequiredError",
|
"UpdateRequiredError",
|
||||||
"ChunkLoadError",
|
"ChunkLoadError",
|
||||||
|
"file://",
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user