Skip to content

Releases: getsentry/sentry-react-native

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

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