react-native-sentry-mo
v0.0.1
Published
Official Sentry SDK for react-native
Downloads
11
Maintainers
Readme
Requirements:
react-native >= 0.38
for iOSreact-native >= 0.41
for Androidreact-native-sentry >= 0.39.0
requiresreact-native >= 0.56.0
sentry-cli >= 1.9.0
(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.
Additional device information
When using this library you will get a lot more information about the device surrounding your crashes.
Without native integration
With native integration
Mixed Stacktraces(1)
Documentation
https://docs.sentry.io/clients/react-native/
(1)only supported on iOS