Skip to content

(V7/Changelog) merge duplicated fixes changelog #4824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi

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

### Major Changes

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

### Fixes

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

## 6.13.1

### Fixes
Expand Down