sentry-react-native

Official Sentry SDK for React-Native

MIT License

Downloads
1.6M
Stars
1.5K
Committers
141

Bot releases are hidden (Show)

sentry-react-native -

Published by HazAT over 7 years ago

  • Bump sentry version to 2.1.10 to fix releases
sentry-react-native -

Published by HazAT over 7 years ago

  • Updated podspec thx @alloy
sentry-react-native -

Published by HazAT over 7 years ago

  • Added command to package json to inject MainApplication.java into RNSentryPackage
sentry-react-native -

Published by HazAT over 7 years ago

  • Added native android support
  • raven-js is always used we use the native clients for sending events and add more context to them
sentry-react-native -

Published by HazAT over 7 years ago

  • Bump KSCrash and Sentry version
sentry-react-native -

Published by HazAT over 7 years ago

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

sentry-react-native -

Published by HazAT over 7 years ago

  • 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
sentry-react-native -

Published by HazAT over 7 years ago

  • Prefix filepath with app:// if RavenClient is used
sentry-react-native -

Published by HazAT over 7 years ago

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

Published by HazAT over 7 years ago

sentry-react-native -

Published by HazAT over 7 years ago

  • 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