Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2025

Bumps modules/sentry-cocoa.properties from 8.57.1 to 8.57.2.

Auto-generated by a dependency updater.

Changelog

8.57.2

Fixes

  • Fix rendering method for fast view rendering (#6360)
  • Session Replay masking improvements (#6292)
    • Fix SwiftUI.List background decoration view causing incorrect clipping of screen content
    • Fix sublayer rendering order by properly sorting by zPosition with insertion order as tie-breaker
    • Fix UISwitch internal images being incorrectly redacted
    • Fix UITextField placeholder text (UITextFieldLabel) not being detected for redaction
    • Use string-based class comparison to avoid triggering Objective-C +initialize on background threads
    • Add layer class filtering for views used in multiple contexts (e.g., SwiftUI._UIGraphicsView)
    • Improve transform calculations for views with custom anchor points
    • Fix axis-aligned transform detection for optimized opaque view clipping
  • Fix conversion of frame rate to time interval for session replay (#6623)
  • Change Session Replay masking to prevent semi‑transparent full‑screen overlays from clearing redactions by making opaque clipping stricter (#6629)
    Views now need to be fully opaque (view and layer backgrounds with alpha == 1) and report opaque to qualify for clip‑out.
    This avoids leaks at the cost of fewer clip‑out optimizations.

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Nov 7, 2025
@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Nov 7, 2025
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 8e9317b to 9a1e9dc Compare November 7, 2025 03:19
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.49%. Comparing base (90c8365) to head (80f1137).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4704      +/-   ##
==========================================
- Coverage   73.50%   73.49%   -0.02%     
==========================================
  Files         483      483              
  Lines       17692    17692              
  Branches     3492     3492              
==========================================
- Hits        13005    13002       -3     
- Misses       3797     3799       +2     
- Partials      890      891       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 9a1e9dc to 647c613 Compare November 8, 2025 03:15
@jamescrosswell jamescrosswell merged commit e3b9ae1 into main Nov 10, 2025
25 of 26 checks passed
@jamescrosswell jamescrosswell deleted the deps/modules/sentry-cocoa.properties branch November 10, 2025 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants