Skip to content

Releases: getsentry/sentry-react-native

v0.30.0

24 Oct 19:17

Choose a tag to compare

Refactored iOS to use shared component from sentry-cocoa.
Also squashed many little bugs on iOS.

v0.29.0

19 Oct 14:23

Choose a tag to compare

v0.28.0

13 Oct 15:25

Choose a tag to compare

We had to rename project.ext.sentry to project.ext.sentryCli because our own proguard gradle plugin was conflicting with the name.
The docs already reflect this change.
#257

We now use the mainThread to report errors to RNSentry. This change is necessary in order for react-native to export constants.
This change shouldn't impact anyone using react-native-sentry since most of the "heavy" load was handled by sentry-cocoa in its own background queue anyway.
#259 #244

Bump sentry-cocoa to 3.8.3

v0.27.0

13 Oct 07:47

Choose a tag to compare

We decided to deactivate stack trace merging by default on iOS since it seems to unstable right now.
To activate it set:

Sentry.config("___DSN___", {
      deactivateStacktraceMerging: false
});

We are looking into ways making this more stable and plan to re-enable it again in the future.

v0.26.0

03 Oct 12:02

Choose a tag to compare

  • Added setShouldSendCallback #250

v0.25.0

28 Sep 10:54

Choose a tag to compare

  • Fix a bug in gradle script that trigged the sourcemap upload twice
  • Fixed #245
  • Fixed #234

v0.24.2

26 Sep 12:00

Choose a tag to compare

v0.24.1

26 Sep 08:01

Choose a tag to compare

  • Bump sentry-cli version to 1.20.0

v0.24.0

26 Sep 08:00

Choose a tag to compare

  • Fix frame urls when only using raven-js
  • Upgrade sentry-java to 1.5.3
  • Upgrade sentry-cocoa to 3.8.1
  • Added support for sampleRate option

v0.23.2

11 Sep 14:48

Choose a tag to compare

  • Fixed #228 again ¯\(ツ)