Skip to content

Releases: getsentry/sentry-react-native

3.2.0-beta.2

13 Oct 15:16
Compare
Choose a tag to compare
3.2.0-beta.2 Pre-release
Pre-release
  • fix: Type React Native Navigation instrumentation constructor argument as unknown to avoid typescript errors #1817

3.2.0-beta.1

29 Sep 19:39
Compare
Choose a tag to compare
3.2.0-beta.1 Pre-release
Pre-release
  • feat: Routing instrumentation for React Native Navigation #1774

3.1.1

21 Sep 21:29
Compare
Choose a tag to compare

3.1.0

13 Sep 22:32
Compare
Choose a tag to compare
  • Feat: Allow custom release for source map upload scripts #1548
  • ref: Remove v5 prefix from react navigation instrumentation to support v6 #1768

3.0.3

08 Sep 06:56
Compare
Choose a tag to compare
  • Fix: Set Java 8 for source and target compatibility if not using AGP >= 4.2.x (#1763)

3.0.2

07 Sep 11:10
Compare
Choose a tag to compare
  • Bump: Android tooling API 30 (#1761)

3.0.1

01 Sep 17:52
Compare
Choose a tag to compare
  • fix: Add sentry-cli as a dependency #1755

3.0.0

31 Aug 21:34
Compare
Choose a tag to compare

Notable Features

  • App start measurements.
  • Native slow/frozen frames measurements.
  • JavaScript stall measurements.
  • New Sentry.wrap app wrapper.
  • Automatic performance instrumentation is now enabled by default when tracing is enabled.

Read more about these new performance features in our documentation for automatic instrumentation.

Changes:

  • feat: Align event.origin, event.environment with other hybrid sdks #1749
  • feat: Add native sdk package info onto events #1749
  • feat: Add wrap wrapper method with profiler and touch event boundary #1728
  • feat: App-start measurements, if using the wrap wrapper, will now finish on the root component mount #1728
  • feat: Native slow/frozen frames measurements #1711
  • feat: Add app start measurements to the first transaction #1704
  • feat: Create an initial initial ui.load transaction by default #1704
  • feat: Add enableAutoPerformanceTracking flag that enables auto performance when tracing is enabled #1704
  • feat: Track stalls in the JavaScript event loop as measurements #1542
  • fix: Fix native frames not being added to transactions #1752
  • fix: Move @sentry/wizard dependency to devDependencies #1751
  • build(js): Bump sentry-javascript dependencies to 6.12.0 #1750
  • build(android): Bump sentry-android to 5.1.2 #1753
  • build(ios): Bump sentry-cocoa to 7.2.6 #1753
  • build(ios): Bump sentry-cocoa to 7.2.0-beta.9 #1704
  • build(android): Bump sentry-android to 5.1.0-beta.9 #1704

3.0.0-beta.3

30 Aug 12:22
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release
  • feat: Add wrap wrapper method with profiler and touch event boundary #1728
  • feat: App-start measurements, if using the wrap wrapper, will now finish on the root component mount #1728

3.0.0-beta.2

25 Aug 17:29
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release
  • feat: Native slow/frozen frames measurements #1711