Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
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
v0.5.2
- Prefix filepath with
app://
if RavenClient is used
v0.5.1
- Fix
npm test
- Added
forceRavenClient
option which forces to use RavenClient instead of the NativeClient
v0.4.0
- 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