Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
v0.9.0
- Improve link and unlink scripts
v0.8.5
- Fixed: bad operand types for binary operator
v0.8.4
- Put execution on iOS into a background thread
- Add parameter checks on android
v0.8.3
- Bump sentry version to 2.1.10 to fix releases
v0.8.1
- Added command to package json to inject MainApplication.java into RNSentryPackage
v0.8.0
- Added native android support
- raven-js is always used we use the native clients for sending events and add more context to them
v0.7.0
- Bump KSCrash and Sentry version
v0.6.0
Use raven-js
internally instead switching between native and raven-js.
Native client will be used when available.
Alot of API changes to more like raven-js
v0.5.3
#if __has_include(<React/RNSentry.h>)
#import <React/RNSentry.h> // This is used for versions of react >= 0.40
#else
#import "RNSentry.h" // This is used for versions of react < 0.40
#endif