Skip to content

Releases: getsentry/sentry-react-native

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

v0.7.0

18 Apr 07:42
Compare
Choose a tag to compare
  • Bump KSCrash and Sentry version

v0.6.0

18 Apr 07:42
Compare
Choose a tag to compare

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