Skip to content

Commit 636c53e

Browse files
sync changelog (#4824)
1 parent 3f74051 commit 636c53e

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
@@ -18,6 +18,8 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi
1818

1919
- 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))
2020
- Expo Updates Context values should all be lowercase ([#4809](https://github.com/getsentry/sentry-react-native/pull/4809))
21+
- Avoid duplicate network requests (fetch, xhr) by default ([#4816](https://github.com/getsentry/sentry-react-native/pull/4816))
22+
- `traceFetch` is disabled by default on mobile as RN uses a polyfill which will be traced by `traceXHR`
2123

2224
### Major Changes
2325

@@ -69,11 +71,6 @@ Change `Cold/Warm App Start` span description to `Cold/Warm Start` ([#4636](http
6971
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8500)
7072
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.0)
7173

72-
### Fixes
73-
74-
- Avoid duplicate network requests (fetch, xhr) by default ([#4816](https://github.com/getsentry/sentry-react-native/pull/4816))
75-
- `traceFetch` is disabled by default on mobile as RN uses a polyfill which will be traced by `traceXHR`
76-
7774
## 6.13.1
7875

7976
### Fixes

0 commit comments

Comments
 (0)