Skip to content

Commit 8522065

Browse files
committed
bootstrap: stub crashReporterSetup.getGlobalSentry
stops meaningless terminal errors
1 parent 5ac246d commit 8522065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const startCore = () => {
6969
},
7070
crashReporterSetup: {
7171
isInitialized: () => true,
72+
getGlobalSentry: () => null,
7273
metadata: {}
7374
}
7475
});

0 commit comments

Comments
 (0)