You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: CHANGELOG.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,7 @@
7
7
- Fix crash from accessing UITouch instances from background thread in SentryTouchTracker (#6584)
8
8
- Disable SessionSentryReplayIntegration if the environment is unsafe [#6573]
9
9
- 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)
11
10
- 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)
0 commit comments