We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
1 parent 71b55a4 commit d73f9f8Copy full SHA for d73f9f8
plugins/react-native.js
@@ -69,7 +69,7 @@ function reactNativePlugin(Raven) {
69
}
70
});
71
72
- ErrorUtils.setGlobalHandler(Raven.captureException);
+ ErrorUtils.setGlobalHandler(Raven.captureException.bind(Raven));
73
74
75
module.exports = reactNativePlugin;
0 commit comments