From 85220650bde84ff1b27f496da5d7a9cbc995874c Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Fri, 11 Aug 2023 00:06:31 +0100 Subject: [PATCH] bootstrap: stub crashReporterSetup.getGlobalSentry stops meaningless terminal errors --- src/bootstrap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap.js b/src/bootstrap.js index ad95b31..b4ebb52 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -69,6 +69,7 @@ const startCore = () => { }, crashReporterSetup: { isInitialized: () => true, + getGlobalSentry: () => null, metadata: {} } });