Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
v0.8.2
12 May 11:58
Compare
Sorry, something went wrong.
No results found
v0.8.1
10 May 11:52
Compare
Sorry, something went wrong.
No results found
Added command to package json to inject MainApplication.java into RNSentryPackage
v0.8.0
09 May 14:06
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bump KSCrash and Sentry version
v0.6.0
18 Apr 07:42
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
#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
Sorry, something went wrong.
No results found
Prefix filepath with app:// if RavenClient is used
v0.5.1
22 Mar 10:44
Compare
Sorry, something went wrong.
No results found
Fix npm test
Added forceRavenClient option which forces to use RavenClient instead of the NativeClient
v0.5.0
22 Mar 09:17
Compare
Sorry, something went wrong.
No results found
v0.4.0
18 Mar 11:02
Compare
Sorry, something went wrong.
No results found
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