Skip to content

Releases: getsentry/sentry-react-native

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

5.0.0-alpha.9

29 Nov 14:20
Compare
Choose a tag to compare
5.0.0-alpha.9 Pre-release
Pre-release
  • Latest changes from 4.10.0

Fixes

  • Add missing source Spec for RNSentry Codegen. (#2639)

4.10.0

28 Nov 22:59
Compare
Choose a tag to compare

Features

  • JS Runtime dependencies are sent in Events (#2606)
    • To collect JS dependencies on iOS add ../node_modules/@sentry/react-native/scripts/collect-modules.sh at the end of the Bundle React Native code and images build phase. The collection only works on Release builds. Android builds have a new step in sentry.gradle plugin. More in the migration documentation.

Dependencies

5.0.0-alpha.8

23 Nov 16:33
Compare
Choose a tag to compare
5.0.0-alpha.8 Pre-release
Pre-release
  • Latest changes from 4.9.0

4.9.0

23 Nov 10:22
Compare
Choose a tag to compare

Features

  • Add maxQueueSize option (#2578)

Fixes

  • Use Scope class rather than Scope type for top-level functions (#2627)

Dependencies