From f69bcc757897cc61518cf2c4b28e92d27c03ce0b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 4 Mar 2022 16:47:21 -0800 Subject: [PATCH] fix: Suppress errors from users that attempt to run saved pages from their local computer (happens a surprising amount) --- app/utils/sentry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/sentry.ts b/app/utils/sentry.ts index 6962da2d7..785665982 100644 --- a/app/utils/sentry.ts +++ b/app/utils/sentry.ts @@ -25,6 +25,7 @@ export function initSentry(history: History) { "ServiceUnavailableError", "UpdateRequiredError", "ChunkLoadError", + "file://", ], }); }