Skip to content

Releases: getsentry/sentry-react-native

5.0.0-rc.1

14 Feb 08:46
Compare
Choose a tag to compare
5.0.0-rc.1 Pre-release
Pre-release

Fixes

  • React Native Error Handlers Integration doesn't crash if ErrorUtils are not available (#2808)

5.0.0-beta.2

08 Feb 11:08
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

Features

  • Add View Hierarchy to the crashed/errored events (#2708)
  • Collect modules script for XCode builds supports NODE_BINARY to set path to node executable (#2805)

Dependencies

5.0.0-beta.1

31 Jan 12:33
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release
  • Latest changes from 4.14.0

Breaking changes

  • Option enableAutoPerformanceTracking renamed to enableAutoPerformanceTracing
  • Option enableOutOfMemoryTracking renamed to enableWatchdogTerminationTracking

Features

  • Sync tags, extra, fingerprint, level, environment and breadcrumbs from sentry-cocoa during event processing. (#2713)
    • breadcrumb.level value log is transformed to debug when syncing with native layers.
    • Remove breadcrumb.level value critical transformation to fatal.
    • Default breadcrumb.level is info

Dependencies

4.14.0

25 Jan 10:14
Compare
Choose a tag to compare

Features

  • Add support for RNGP introduced in React Native 0.71.0 (#2759)

Fixes

  • Take screenshot runs on UI thread on Android (#2743)

Dependencies

5.0.0-alpha.11

11 Jan 14:43
Compare
Choose a tag to compare
5.0.0-alpha.11 Pre-release
Pre-release
  • Latest changes from 4.13.0

Breaking changes

  • Message event current stack trace moved from exception to threads (#2694)
  • touchEventBoundaryProps.labelName property instead of default accessibilityLabel fallback (#2712)

Fixes

  • Unreachable fallback to fetch transport if native is not available (#2695)

4.13.0

10 Jan 12:05
Compare
Choose a tag to compare

Fixes

  • Missing originalException in beforeSend for events from react native error handler (#2706)
  • ModulesLoader integration returns original event if native is not available and event modules overwrite native modules (#2730)

Dependencies

4.12.0

14 Dec 15:39
Compare
Choose a tag to compare

Features

  • Add lastEventId method to the API (#2675)

Fix

  • Sentry.startTransaction doesn't require op (#2691)

Dependencies

5.0.0-alpha.10

05 Dec 15:09
Compare
Choose a tag to compare
5.0.0-alpha.10 Pre-release
Pre-release
  • Latest changes from 4.11.0

Dependencies

4.11.0

05 Dec 13:47
Compare
Choose a tag to compare

Features

4.10.1

01 Dec 13:03
Compare
Choose a tag to compare

Fixes

  • Bump Wizard from v1.2.17 to v1.4.0 (#2645)
  • Android builds without ext config, auto create assets dir for modules (#2652)
  • Exit gracefully if source map file for collecting modules doesn't exist (#2655)
  • Create only one clean-up tasks for modules collection (#2657)

Dependencies