react-native-sentry
This is a beta release
Requirements:
react-native >= 0.38
- sentry-cli > 0.26 (
brew install getsentry/tools/sentry-cli
)
With this SDK, Sentry is now able to provide mixed stacktraces. This means that if a JavaScript call causes a crash in native code, you will see the last call from JavaScript before the crash. This also means that with the new SDK, native crashes are properly handled on iOS.
Full Android support coming soon but it will gracefully downgrade to use raven-js.
Documentation
https://docs.sentry.io/clients/react-native/
v0.11.0
This is a big release because we switched our internal iOS client from swift to objc which drastically improve the setup experience and compatibility.
We also added support for codepush, please check the docs https://docs.sentry.io/clients/react-native/codepush/ for more information.
After updating run react-native unlink react-native-sentry
and react-native link react-native-sentry
again in order to setup everything correctly.