Releases: getsentry/sentry-react-native
Releases · getsentry/sentry-react-native
4.8.0
Fixes
- Message event can have attached stacktrace (#2577)
- Fixed maximum call stack exceeded error resulting from large payloads (#2579)
Dependencies
- Bump Android SDK from v6.5.0 to v6.6.0 (#2572)
- Bump Cocoa SDK from v7.28.0 to v7.29.0 (#2571)
5.0.0-alpha.7
- 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
- Bump CLI from v1.74.4 to v2.7.0 (#2457)
- Bump Android SDK from v6.5.0 to v6.6.0 (#2572)
- Bump Cocoa SDK from v7.28.0 to v7.29.0 (#2571)
4.7.1
Fixes
- Remove duplicate sdk package record from envelope (#2570)
- Fix
appHangsTimeoutInterval
-> appHangTimeoutInterval
option name (#2574)
4.7.0
Dependencies
- Bump Android SDK from v6.4.3 to v6.5.0 (#2535)
- Bump JavaScript SDK from v7.14.2 to v7.16.0 (#2536, #2561)
- Bump Cocoa SDK from v7.27.1 to v7.28.0 (#2548)
5.0.0-alpha.6
- 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
- Bump Android SDK from v6.4.3 to v6.5.0 (#2535)
- Bump JavaScript SDK from v7.14.2 to v7.15.0 (#2536)
4.6.1
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
- Bump JavaScript SDK from v7.14.0 to v7.14.2 (#2511, #2526)
- Bump Cocoa SDK from v7.27.0 to v7.27.1 (#2521)
- Bump Android SDK from v6.4.2 to v6.4.3 (#2520)
5.0.0-alpha.5
Fixes
- Make
configureScope
callback safe #2510
Dependencies
- Bump JavaScript SDK from v7.14.0 to v7.14.1 (#2511)
- Bump Cocoa SDK from v7.27.0 to v7.27.1 (#2521)
- Bump Android SDK from v6.4.2 to v6.4.3 (#2520)
4.6.0
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
- Bump Cocoa SDK from v7.25.1 to v7.27.0 (#2500, #2506)
- Bump JavaScript SDK from v7.13.0 to v7.14.0 (#2504)
5.0.0-alpha.4
- Latest changes from 4.5.0
Breaking changes
- New ReactNativeTracingOptions idleTimeoutMs and finalTimeoutMs replacing idleTimeout and maxTransactionDuration respectively (#2481)
4.5.0
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
- Bump Android SDK from v6.4.1 to v6.4.2 (#2485)
- Bump JavaScript SDK from v7.12.1 to v7.13.0 (#2478)