|
5 | 5 | ### Features |
6 | 6 |
|
7 | 7 | - Redact `react-native-svg` SVGs when `maskAllVectors` ([#3930](https://github.com/getsentry/sentry-react-native/pull/3930)) |
8 | | -- Set `currentScreen` on native scope ([#3927](https://github.com/getsentry/sentry-react-native/pull/3927)) |
9 | 8 | - Add `annotateReactComponents` option to `@sentry/react-native/metro` ([#3916](https://github.com/getsentry/sentry-react-native/pull/3916)) |
10 | 9 |
|
11 | 10 | ```js |
|
22 | 21 | ### Fixes |
23 | 22 |
|
24 | 23 | - Add `app.foreground/background` breadcrumbs to iOS Replays ([#3932](https://github.com/getsentry/sentry-react-native/pull/3932)) |
25 | | -- errors with cause are now correctly serialized on debug build ([#3920](https://github.com/getsentry/sentry-react-native/pull/3920)) |
26 | | -- Flavor aware Android builds use `SENTRY_AUTH_TOKEN` env as fallback when token not found in `sentry-flavor-type.properties`. ([#3917](https://github.com/getsentry/sentry-react-native/pull/3917)) |
27 | | -- `mechanism.handled:false` should crash current session ([#3900](https://github.com/getsentry/sentry-react-native/pull/3900)) |
28 | 24 |
|
29 | 25 | ### Dependencies |
30 | 26 |
|
31 | 27 | - Bump Android SDK from v7.11.0-alpha.2 to v7.12.0-alpha.4 ([#3830](https://github.com/getsentry/sentry-react-native/pull/3830)) |
32 | 28 | - [changelog](https://github.com/getsentry/sentry-java/blob/7.12.0-alpha.3/CHANGELOG.md#7120-alpha4) |
33 | 29 | - [diff](https://github.com/getsentry/sentry-java/compare/7.11.0-alpha.2...7.12.0-alpha.4) |
34 | 30 |
|
| 31 | +## 5.25.0 |
| 32 | + |
| 33 | +### Features |
| 34 | + |
| 35 | +- Improved Touch Event Breadcrumb components structure ([#3899](https://github.com/getsentry/sentry-react-native/pull/3899)) |
| 36 | +- Set `currentScreen` on native scope ([#3927](https://github.com/getsentry/sentry-react-native/pull/3927)) |
| 37 | + |
| 38 | +### Fixes |
| 39 | + |
| 40 | +- `error.cause` chain is locally symbolicated in development builds ([#3920](https://github.com/getsentry/sentry-react-native/pull/3920)) |
| 41 | +- `sentry-expo-upload-sourcemaps` no longer requires Sentry url when uploading sourcemaps to `sentry.io` ([#3915](https://github.com/getsentry/sentry-react-native/pull/3915)) |
| 42 | +- Flavor aware Android builds use `SENTRY_AUTH_TOKEN` env as fallback when token not found in `sentry-flavor-type.properties`. ([#3917](https://github.com/getsentry/sentry-react-native/pull/3917)) |
| 43 | +- `mechanism.handled:false` should crash current session ([#3900](https://github.com/getsentry/sentry-react-native/pull/3900)) |
| 44 | + |
| 45 | +### Dependencies |
| 46 | + |
| 47 | +- Bump Cocoa SDK from v8.29.1 to v8.30.0 ([#3914](https://github.com/getsentry/sentry-react-native/pull/3914)) |
| 48 | + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8300) |
| 49 | + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.29.1...8.30.0) |
| 50 | +- Bump Android SDK from v7.10.0 to v7.11.0 ([#3926](https://github.com/getsentry/sentry-react-native/pull/3926)) |
| 51 | + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110) |
| 52 | + - [diff](https://github.com/getsentry/sentry-java/compare/7.10.0...7.11.0) |
| 53 | + |
35 | 54 | ## 5.25.0-alpha.2 |
36 | 55 |
|
37 | 56 | ### Features |
|
0 commit comments