Skip to content

Releases: getsentry/sentry-react-native

v0.8.2

12 May 11:58

Choose a tag to compare

v0.8.1

10 May 11:52

Choose a tag to compare

  • Added command to package json to inject MainApplication.java into RNSentryPackage

v0.8.0

09 May 14:06

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

Choose a tag to compare

  • Bump KSCrash and Sentry version

v0.6.0

18 Apr 07:42

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

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

Choose a tag to compare

  • Prefix filepath with app:// if RavenClient is used

v0.5.1

22 Mar 10:44

Choose a tag to compare

  • Fix npm test
  • Added forceRavenClient option which forces to use RavenClient instead of the NativeClient

v0.5.0

22 Mar 09:17

Choose a tag to compare

v0.4.0

18 Mar 11:02

Choose a tag to compare

  • Added ignoreModulesExclude to exclude modules that are ignored by default for stacktrace merging
  • Added ignoreModulesInclude to add additional modules that should be ignored for stacktrace merging