We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3db684 commit ecb8b0aCopy full SHA for ecb8b0a
src/errorLogging/index.js
@@ -30,7 +30,9 @@ export default () => {
30
// https://github.com/getsentry/sentry-react-native/blob/adfb66f16438dfd98f280307844778c7291b584b/src/js/integrations/reactnativeerrorhandlers.ts#L235-L239
31
32
// Send exception to the host app.
33
- logException( error );
+ logException( error, {}, () => {
34
+ defaultHandler( error, isFatal );
35
+ } );
36
37
// TODO: Wait for the exception to be sent to host app.
38
defaultHandler( error, isFatal );
0 commit comments