Skip to content

Releases: getsentry/sentry-react-native

4.8.0

02 Nov 08:20
Compare
Choose a tag to compare

Fixes

  • Message event can have attached stacktrace (#2577)
  • Fixed maximum call stack exceeded error resulting from large payloads (#2579)

Dependencies

5.0.0-alpha.7

27 Oct 12:00
Compare
Choose a tag to compare
5.0.0-alpha.7 Pre-release
Pre-release
  • Latest changes from 4.7.1

Fixes

  • Remove hardcoded Folly version (#2558)

Features

  • Send react native js engine, turbo module, fabric flags and component stack in Event contexts (#2552)

Dependencies

4.7.1

25 Oct 14:31
Compare
Choose a tag to compare

Fixes

  • Remove duplicate sdk package record from envelope (#2570)
  • Fix appHangsTimeoutInterval -> appHangTimeoutInterval option name (#2574)

4.7.0

25 Oct 09:46
Compare
Choose a tag to compare

Dependencies

5.0.0-alpha.6

14 Oct 08:35
Compare
Choose a tag to compare
5.0.0-alpha.6 Pre-release
Pre-release
  • Latest changes from 4.6.1

Features

  • Add initial support for the RN New Architecture, backwards compatible RNSentry Turbo Module (#2522)

Breaking changes

  • New ReactNativeTracingOptions idleTimeoutMs and finalTimeoutMs replacing idleTimeout and maxTransactionDuration respectively (#2481)
  • iOS min target 12.4, Android API min 21, min React Native version 0.70 (#2522)

Dependencies

4.6.1

07 Oct 14:24
Compare
Choose a tag to compare

Fixes

  • Make configureScope callback safe #2510
  • Allows collecting app start and slow/frozen frames if Native SDK is inited manually #2517
  • Nested breadcrumb data on android was not treated correctly #2519

Dependencies

5.0.0-alpha.5

06 Oct 09:03
Compare
Choose a tag to compare
5.0.0-alpha.5 Pre-release
Pre-release

Fixes

  • Make configureScope callback safe #2510

Dependencies

4.6.0

03 Oct 09:17
Compare
Choose a tag to compare

Fixes

  • SDK Gracefully downgrades when callback throws an error (#2502)
  • React Navigation v5 ignores when current route is undefined after state changed. (#2484)

Features

  • Add ClientReports (#2496)

Sentry Self-hosted Compatibility

  • Starting with version 4.6.0 of the @sentry/react-native package, Sentry's self hosted version >= v21.9.0 is required or you have to manually disable sending client reports via the sendClientReports option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.

Dependencies

5.0.0-alpha.4

26 Sep 11:34
Compare
Choose a tag to compare
5.0.0-alpha.4 Pre-release
Pre-release
  • Latest changes from 4.5.0

Breaking changes

  • New ReactNativeTracingOptions idleTimeoutMs and finalTimeoutMs replacing idleTimeout and maxTransactionDuration respectively (#2481)

4.5.0

26 Sep 08:24
Compare
Choose a tag to compare

Features

  • Add user feedback (#2486)
  • Add typings for app hang functionality (#2479)

Fixes

  • Update warm/cold start span ops (#2487)
  • Detect hard crash the same as native sdks (#2480)
  • Integrations factory receives default integrations (#2494)

Dependencies