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