Skip to content

Releases: getsentry/sentry-react-native

v0.11.0

31 May 09:33
Compare
Choose a tag to compare

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.

v0.10.0

23 May 07:42
Compare
Choose a tag to compare

v0.9.1

19 May 13:51
Compare
Choose a tag to compare
  • Update to sentry 2.1.11 which fixes a critical bug regarding sending requests on iOS

v0.9.0

18 May 11:05
Compare
Choose a tag to compare
  • Improve link and unlink scripts

v0.8.5

16 May 07:56
Compare
Choose a tag to compare
  • Fixed: bad operand types for binary operator

v0.8.4

15 May 15:31
Compare
Choose a tag to compare
  • Put execution on iOS into a background thread
  • Add parameter checks on android

v0.8.3

12 May 18:19
Compare
Choose a tag to compare
  • Bump sentry version to 2.1.10 to fix releases

v0.8.2

12 May 11:58
Compare
Choose a tag to compare

v0.8.1

10 May 11:52
Compare
Choose a tag to compare
  • Added command to package json to inject MainApplication.java into RNSentryPackage

v0.8.0

09 May 14:06
Compare
Choose a tag to compare
  • Added native android support
  • raven-js is always used we use the native clients for sending events and add more context to them