Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
v0.9.1
- Update to sentry 2.1.11 which fixes a critical bug regarding sending requests on iOS
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