|
5 | 5 | ### Features |
6 | 6 |
|
7 | 7 | - Add `sentry.origin` to SDK spans to indicated if spans are created by a part of the SDK or manually ([#4066](https://github.com/getsentry/sentry-react-native/pull/4066)) |
8 | | -- Exclude Sentry Web Replay by default, reducing the code in 130KB. ([#4006](https://github.com/getsentry/sentry-react-native/pull/4006)) |
| 8 | + |
| 9 | +### Changes |
| 10 | + |
| 11 | +- Set `parentSpanIsAlwaysRootSpan` to `true` to make parent of network requests predictable ([#4084](https://github.com/getsentry/sentry-react-native/pull/4084)) |
| 12 | +- Remove deprecated `enableSpotlight` and `spotlightSidecarUrl` ([#4086](https://github.com/getsentry/sentry-react-native/pull/4086)) |
| 13 | +- `tracePropagationTargets` defaults to all targets on mobile and same origin on the web ([#4083](https://github.com/getsentry/sentry-react-native/pull/4083)) |
| 14 | +- Move `_experiments.profilesSampleRate` to `profilesSampleRate` root options object [#3851](https://github.com/getsentry/sentry-react-native/pull/3851)) |
| 15 | + |
| 16 | +### Dependencies |
| 17 | + |
| 18 | +- Bump JavaScript SDK from v8.27.0 to v8.30.0 ([#4078](https://github.com/getsentry/sentry-react-native/pull/4078)) |
| 19 | + - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#8280) |
| 20 | + - [diff](https://github.com/getsentry/sentry-javascript/compare/v8.27.0...8.30.0) |
| 21 | + |
| 22 | +## 5.32.0 |
| 23 | + |
| 24 | +### Features |
| 25 | + |
| 26 | +- Exclude Sentry Web Replay, reducing the code in 130KB. ([#4006](https://github.com/getsentry/sentry-react-native/pull/4006)) |
9 | 27 | - You can keep Sentry Web Replay by setting `includeWebReplay` to `true` in your metro config as shown in the snippet: |
10 | 28 |
|
11 | 29 | ```js |
|
21 | 39 |
|
22 | 40 | ### Changes |
23 | 41 |
|
24 | | -- Set `parentSpanIsAlwaysRootSpan` to `true` to make parent of network requests predictable ([#4084](https://github.com/getsentry/sentry-react-native/pull/4084)) |
25 | | -- Remove deprecated `enableSpotlight` and `spotlightSidecarUrl` ([#4086](https://github.com/getsentry/sentry-react-native/pull/4086)) |
26 | | -- `tracePropagationTargets` defaults to all targets on mobile and same origin on the web ([#4083](https://github.com/getsentry/sentry-react-native/pull/4083)) |
27 | | -- Move `_experiments.profilesSampleRate` to `profilesSampleRate` root options object [#3851](https://github.com/getsentry/sentry-react-native/pull/3851)) |
28 | 42 | - Add Android Logger when new frame event is not emitted ([#4081](https://github.com/getsentry/sentry-react-native/pull/4081)) |
29 | 43 | - React Native Tracing Deprecations ([#4073](https://github.com/getsentry/sentry-react-native/pull/4073)) |
30 | 44 | - `new ReactNativeTracing` to `reactNativeTracingIntegration()` |
|
39 | 53 | - Bump CLI from v2.34.0 to v2.36.1 ([#4055](https://github.com/getsentry/sentry-react-native/pull/4055)) |
40 | 54 | - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2361) |
41 | 55 | - [diff](https://github.com/getsentry/sentry-cli/compare/2.34.0...2.36.1) |
42 | | -- Bump JavaScript SDK from v8.27.0 to v8.30.0 ([#4078](https://github.com/getsentry/sentry-react-native/pull/4078)) |
43 | | - - [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#8280) |
44 | | - - [diff](https://github.com/getsentry/sentry-javascript/compare/v8.27.0...8.30.0) |
45 | 56 |
|
46 | 57 | ## 6.0.0-beta.0 |
47 | 58 |
|
|
0 commit comments