bootstrap: stub crashReporterSetup.getGlobalSentry

stops meaningless terminal errors
pull/149/head
CanadaHonk 9 months ago
parent 5ac246dc92
commit 85220650bd

1
src/bootstrap.js vendored

@ -69,6 +69,7 @@ const startCore = () => {
},
crashReporterSetup: {
isInitialized: () => true,
getGlobalSentry: () => null,
metadata: {}
}
});

Loading…
Cancel
Save