Skip to content

Releases: getsentry/sentry-react-native

v0.8.4

15 May 15:31
Compare
Choose a tag to compare
  • Put execution on iOS into a background thread
  • Add parameter checks on android

v0.8.3

12 May 18:19
Compare
Choose a tag to compare
  • Bump sentry version to 2.1.10 to fix releases

v0.8.2

12 May 11:58
Compare
Choose a tag to compare

v0.8.1

10 May 11:52
Compare
Choose a tag to compare
  • Added command to package json to inject MainApplication.java into RNSentryPackage

v0.8.0

09 May 14:06
Compare
Choose a tag to compare
  • 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

18 Apr 07:42
Compare
Choose a tag to compare
  • Bump KSCrash and Sentry version

v0.6.0

18 Apr 07:42
Compare
Choose a tag to compare

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

27 Mar 07:32
Compare
Choose a tag to compare
  • Fix import for
#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

v0.5.2

22 Mar 11:32
Compare
Choose a tag to compare
  • Prefix filepath with app:// if RavenClient is used

v0.5.1

22 Mar 10:44
Compare
Choose a tag to compare
  • Fix npm test
  • Added forceRavenClient option which forces to use RavenClient instead of the NativeClient