Skip to content

Releases: getsentry/sentry-react-native

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

v0.5.0

22 Mar 09:17
Compare
Choose a tag to compare

v0.4.0

18 Mar 11:02
Compare
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