|
6 | 6 |
|
7 | 7 | - Add App Context `in_foreground` ([#2826](https://github.com/getsentry/sentry-react-native/pull/2826))
|
8 | 8 |
|
| 9 | +## 5.0.0 |
| 10 | + |
| 11 | +The React Native SDK version 5 supports both Legacy (from RN 0.65 and above) and New Architecture (from RN 0.69 and above) as well as the new React Native Gradle Plugin (introduced in RN 0.71). For detailed [migration guide visit our docs](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x). |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +- Add support for the RN New Architecture, backwards compatible RNSentry Turbo Module ([#2522](https://github.com/getsentry/sentry-react-native/pull/2522)) |
| 16 | +- Add View Hierarchy to the crashed/errored events ([#2708](https://github.com/getsentry/sentry-react-native/pull/2708)) |
| 17 | +- Send react native js engine, turbo module, fabric flags and component stack in Event contexts ([#2552](https://github.com/getsentry/sentry-react-native/pull/2552)) |
| 18 | +- Sync `tags`, `extra`, `fingerprint`, `level`, `environment` and `breadcrumbs` from `sentry-cocoa` during event processing. ([#2713](https://github.com/getsentry/sentry-react-native/pull/2713)) |
| 19 | + - `breadcrumb.level` value `log` is transformed to `debug` when syncing with native layers. |
| 20 | + - Remove `breadcrumb.level` value `critical` transformation to `fatal`. |
| 21 | + - Default `breadcrumb.level` is `info` |
| 22 | + |
| 23 | +### Breaking changes |
| 24 | + |
| 25 | +- Option `enableAutoPerformanceTracking` renamed to `enableAutoPerformanceTracing` |
| 26 | +- Option `enableOutOfMemoryTracking` renamed to `enableWatchdogTerminationTracking` |
| 27 | +- Remove link hooks (RN 0.68 and older) ([#2332](https://github.com/getsentry/sentry-react-native/pull/2332)) |
| 28 | +- iOS min target 11, Android API min 21, min React Native version 0.65 ([#2522](https://github.com/getsentry/sentry-react-native/pull/2522), [#2687](https://github.com/getsentry/sentry-react-native/pull/2687)) |
| 29 | +- New ReactNativeTracingOptions ([#2481](https://github.com/getsentry/sentry-react-native/pull/2481)) |
| 30 | + - `idleTimeout` renamed to `idleTimeoutMs` |
| 31 | + - `maxTransactionDuration` renamed to `finalTimeoutMs` |
| 32 | +- `touchEventBoundaryProps.labelName` property instead of default `accessibilityLabel` fallback ([#2712](https://github.com/getsentry/sentry-react-native/pull/2712)) |
| 33 | +- Message event current stack trace moved from `exception` to `threads` ([#2694](https://github.com/getsentry/sentry-react-native/pull/2694)) |
| 34 | + |
| 35 | +### Fixes |
| 36 | + |
| 37 | +- Unreachable fallback to fetch transport if native is not available ([#2695](https://github.com/getsentry/sentry-react-native/pull/2695)) |
| 38 | + |
| 39 | +### Dependencies |
| 40 | + |
| 41 | +- Bump Cocoa SDK from v7.31.5 to v8.0.0 ([#2756](https://github.com/getsentry/sentry-react-native/pull/2756)) |
| 42 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#800) |
| 43 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.5...8.0.0) |
| 44 | +- Bump CLI from v1.74.4 to v2.10.0 ([#2669](https://github.com/getsentry/sentry-react-native/pull/2669)) |
| 45 | + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2100) |
| 46 | + - [diff](https://github.com/getsentry/sentry-cli/compare/1.74.4...2.10.0) |
| 47 | + |
| 48 | +## 4.15.0 |
| 49 | + |
| 50 | +### Features |
| 51 | + |
| 52 | +- Collect modules script for XCode builds supports NODE_BINARY to set path to node executable ([#2805](https://github.com/getsentry/sentry-react-native/pull/2805)) |
| 53 | + |
| 54 | +### Fixes |
| 55 | + |
| 56 | +- React Native Error Handlers Integration doesn't crash if ErrorUtils are not available ([#2808](https://github.com/getsentry/sentry-react-native/pull/2808)) |
| 57 | + |
| 58 | +### Dependencies |
| 59 | + |
| 60 | +- Bump Android SDK from v6.12.1 to v6.14.0 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790), [#2809](https://github.com/getsentry/sentry-react-native/pull/2809), [#2828](https://github.com/getsentry/sentry-react-native/pull/2828)) |
| 61 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140) |
| 62 | + - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.14.0) |
| 63 | +- Bump Sample React Native from v0.71.0 to v0.71.1 ([#2767](https://github.com/getsentry/sentry-react-native/pull/2767)) |
| 64 | + - [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0711) |
| 65 | + - [diff](https://github.com/facebook/react-native/compare/v0.71.0...v0.71.1) |
| 66 | +- Bump JavaScript SDK from v7.32.1 to v7.37.2 ([#2785](https://github.com/getsentry/sentry-react-native/pull/2785), [#2799](https://github.com/getsentry/sentry-react-native/pull/2799), [#2818](https://github.com/getsentry/sentry-react-native/pull/2818)) |
| 67 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7372) |
| 68 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/7.32.1...7.37.2) |
| 69 | + |
9 | 70 | ## 5.0.0-rc.1
|
10 | 71 |
|
11 | 72 | ### Fixes
|
|
21 | 82 |
|
22 | 83 | ### Dependencies
|
23 | 84 |
|
24 |
| -- Bump Android SDK from v6.12.1 to v6.13.1 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790), [#2809](https://github.com/getsentry/sentry-react-native/pull/2809)) |
25 |
| - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6131) |
26 |
| - - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.1) |
| 85 | +- Bump Android SDK from v6.12.1 to v6.14.0 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790), [#2809](https://github.com/getsentry/sentry-react-native/pull/2809), [#2828](https://github.com/getsentry/sentry-react-native/pull/2828)) |
| 86 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140) |
| 87 | + - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.14.0) |
27 | 88 | - Bump Sample React Native from v0.71.0 to v0.71.1 ([#2767](https://github.com/getsentry/sentry-react-native/pull/2767))
|
28 | 89 | - [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0711)
|
29 | 90 | - [diff](https://github.com/facebook/react-native/compare/v0.71.0...v0.71.1)
|
30 |
| -- Bump JavaScript SDK from v7.32.1 to v7.36.0 ([#2785](https://github.com/getsentry/sentry-react-native/pull/2785), [#2799](https://github.com/getsentry/sentry-react-native/pull/2799)) |
31 |
| - - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7360) |
32 |
| - - [diff](https://github.com/getsentry/sentry-javascript/compare/7.32.1...7.36.0) |
| 91 | +- Bump JavaScript SDK from v7.32.1 to v7.37.2 ([#2785](https://github.com/getsentry/sentry-react-native/pull/2785), [#2799](https://github.com/getsentry/sentry-react-native/pull/2799), [#2818](https://github.com/getsentry/sentry-react-native/pull/2818)) |
| 92 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7372) |
| 93 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/7.32.1...7.37.2) |
33 | 94 |
|
34 | 95 | ## 5.0.0-beta.1
|
35 | 96 |
|
|
0 commit comments