Skip to content

Commit 933804e

Browse files
Merge branch 'main' into v6
2 parents 1c4eabf + 4f3eb7e commit 933804e

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@
55
### Features
66

77
- 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))
927
- You can keep Sentry Web Replay by setting `includeWebReplay` to `true` in your metro config as shown in the snippet:
1028

1129
```js
@@ -21,10 +39,6 @@
2139

2240
### Changes
2341

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))
2842
- Add Android Logger when new frame event is not emitted ([#4081](https://github.com/getsentry/sentry-react-native/pull/4081))
2943
- React Native Tracing Deprecations ([#4073](https://github.com/getsentry/sentry-react-native/pull/4073))
3044
- `new ReactNativeTracing` to `reactNativeTracingIntegration()`
@@ -39,9 +53,6 @@
3953
- Bump CLI from v2.34.0 to v2.36.1 ([#4055](https://github.com/getsentry/sentry-react-native/pull/4055))
4054
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2361)
4155
- [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)
4556

4657
## 6.0.0-beta.0
4758

samples/expo/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
]
5959
]
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)