Skip to content

Commit 66fd2b3

Browse files
CanadaHonkGreenMan36
authored andcommitted
bootstrap: stub crashReporterSetup.getGlobalSentry
stops meaningless terminal errors
1 parent 49f7f95 commit 66fd2b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)