sentry-react-native

Official Sentry SDK for React-Native

MIT License

Downloads
1.6M
Stars
1.5K
Committers
141

Bot releases are visible (Hide)

sentry-react-native -

Published by HazAT over 7 years ago

  • Use sentry-cocoa 3.0.1
sentry-react-native -

Published by HazAT over 7 years ago

sentry-react-native -

Published by HazAT over 7 years ago

  • Use android buildToolsVersion 23.0.1
sentry-react-native -

Published by HazAT over 7 years ago

  • Fix Xcode archive to not build generic archive
sentry-react-native -

Published by HazAT over 7 years ago

  • Fix Xcode archiving
sentry-react-native -

Published by HazAT over 7 years ago

  • Using latest version of sentry-cocoa
sentry-react-native -

Published by HazAT over 7 years ago

This is a big release because we switched our internal iOS client from swift to objc which drastically improve the setup experience and compatibility.

We also added support for codepush, please check the docs https://docs.sentry.io/clients/react-native/codepush/ for more information.

After updating run react-native unlink react-native-sentry and react-native link react-native-sentry again in order to setup everything correctly.

sentry-react-native -

Published by HazAT over 7 years ago

sentry-react-native -

Published by HazAT over 7 years ago

  • Update to sentry 2.1.11 which fixes a critical bug regarding sending requests on iOS
sentry-react-native -

Published by HazAT over 7 years ago

  • Improve link and unlink scripts
sentry-react-native -

Published by HazAT over 7 years ago

  • Fixed: bad operand types for binary operator
sentry-react-native -

Published by HazAT over 7 years ago

  • Put execution on iOS into a background thread
  • Add parameter checks on android
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