Skip to content

Commit a4864d6

Browse files
authored
fix(changelog): Merge two fixes sections (#4831)
1 parent 8dffe6b commit a4864d6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
- Expo Updates Context is passed to native after native init to be available for crashes ([#4808](https://github.com/getsentry/sentry-react-native/pull/4808))
1414
- Expo Updates Context values should all be lowercase ([#4809](https://github.com/getsentry/sentry-react-native/pull/4809))
15+
- Avoid duplicate network requests (fetch, xhr) by default ([#4816](https://github.com/getsentry/sentry-react-native/pull/4816))
16+
- `traceFetch` is disabled by default on mobile as RN uses a polyfill which will be traced by `traceXHR`
1517

1618
### Changes
1719

@@ -29,11 +31,6 @@
2931
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8502)
3032
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.2)
3133

32-
### Fixes
33-
34-
- Avoid duplicate network requests (fetch, xhr) by default ([#4816](https://github.com/getsentry/sentry-react-native/pull/4816))
35-
- `traceFetch` is disabled by default on mobile as RN uses a polyfill which will be traced by `traceXHR`
36-
3734
## 6.13.1
3835

3936
### Fixes

0 commit comments

Comments
 (0)