Skip to content

Commit 4b132ea

Browse files
committed
chore: Remove unwanted CHANGELOG entries from cherry-pick
- Remove #5591 (minimum OS version warnings) - not related to session replay - Remove #6019 (SCNetworkReachability) - not related to session replay - Remove #6377 (thread event issue) - not related to session replay - Remove #6381 (frame delay) - duplicate/not related to session replay - Keep only session replay masking related changes
1 parent dd8dc2b commit 4b132ea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
- Fix crash from accessing UITouch instances from background thread in SentryTouchTracker (#6584)
88
- Disable SessionSentryReplayIntegration if the environment is unsafe [#6573]
99
- Fix crash when last replay info is missing some keys [#6577]
10-
- Fixes warnings about minimum OS version being lower than Xcode supported version (#5591)
1110
- Fix rendering method for fast view rendering (#6360)
12-
- Fix issue where the thread that generated an event could be missing when more than 100 threads are running (#6377)
13-
- Fix wrong Frame Delay when becoming active, which lead to false reported app hangs when the app moves to the foreground after being in the background (#6381)
1411
- Session Replay masking improvements (#6292)
1512
- Fix SwiftUI.List background decoration view causing incorrect clipping of screen content
1613
- Fix sublayer rendering order by properly sorting by zPosition with insertion order as tie-breaker
@@ -25,10 +22,6 @@
2522
Views now need to be fully opaque (view and layer backgrounds with alpha == 1) and report opaque to qualify for clip‑out.
2623
This avoids leaks at the cost of fewer clip‑out optimizations.
2724

28-
### Improvements
29-
30-
- Replace deprecated SCNetworkReachability with NWPathMonitor (#6019)
31-
3225
## 8.57.0
3326

3427
> [!Warning]
@@ -58,8 +51,6 @@
5851
- Detects missing or disabled `UIDesignRequiresCompatibility`
5952
- Uses defensive approach: assumes unsafe unless proven safe
6053
- Add `options.experimental.enableSessionReplayInUnreliableEnvironment` to allow overriding the automatic disabling (#6389)
61-
- Fixes warnings about minimum OS version being lower than Xcode supported version (#5591)
62-
- Fix rendering method for fast view rendering (#6360)
6354

6455
## 8.56.2
6556

0 commit comments

Comments
 (0)