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

  • Fixes #91 #87 #82 #63 #54 #48
sentry-react-native -

Published by HazAT over 7 years ago

  • Fixed #90
sentry-react-native -

Published by HazAT over 7 years ago

  • Fixed #90
sentry-react-native -

Published by HazAT over 7 years ago

  • Fixed #94
sentry-react-native -

Published by HazAT over 7 years ago

  • Use 3.0.7 sentry-cocoa in Podspec
sentry-react-native -

Published by HazAT over 7 years ago

  • Removed RSSwizzle use SentrySwizzle instead
sentry-react-native -

Published by HazAT over 7 years ago

Update Podspec to use Sentry/KSCrash

sentry-react-native -

Published by HazAT over 7 years ago

  • Fix duplicate symbol RSSwizzle when using CocoaPods
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