We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f840ec + 1c40c7d commit f2a64bdCopy full SHA for f2a64bd
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