Skip to content

chore(deps): update Cocoa SDK to v8.33.0 #251

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 2 commits into from
Aug 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 8, 2024

Bumps scripts/update-cocoa.sh from 8.32.0 to 8.33.0.

Auto-generated by a dependency updater.

Changelog

8.33.0

This release fixes a bug (#4230) that we introduced with a refactoring (#4101) released in 8.30.1.
This bug caused unhandled/crash events to have the unhandled property and mach info missing, which is required for release health to show events in the unhandled tab. It's essential to mention that this bug doesn't impact release health statistics, such as crash-free session or user rates.

Features

  • Support orientation change for session replay (#4194)
  • Replay for crashes (#4171)
  • Redact web view from replay (#4203)
  • Add beforeCaptureViewHierarchy callback (#4210)
  • Rename session replay errorSampleRate property to onErrorSampleRate (#4218)
  • Add options to redact or ignore view for Replay (#4228)

Fixes

  • Skip UI crumbs when target or sender is nil (#4211)
  • Guard FramesTracker start and stop (#4224)
  • Long-lasting TTID/TTFD spans (#4225). Avoid long TTID spans when the FrameTracker isn't running, which is the case when the app is in the background.
  • Missing mach info for crash reports (#4230)
  • Crash reports not generated on visionOS (#4229)
  • Don’t force cast to NSComparisonPredicate in TERNARY operator (#4232)
  • Fix accessing UI API on bg thread in enrichScope (#4245)
  • EXC_BAD_ACCESS in SentryMetricProfiler (#4242)
  • Missing '#include <sys/_types/_ucontext64.h>' (#4244)
  • Rare flush timeout when called in tight loop (#4257)

Improvements

  • Reduce memory usage of storing envelopes (#4219)
  • Skip enriching scope when nil (#4243)

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh/8.33.0 branch from da28a15 to d4880cb Compare August 8, 2024 14:04
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.09%. Comparing base (610cf82) to head (241d0b3).

❗ There is a different number of reports uploaded between BASE (610cf82) and HEAD (241d0b3). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (610cf82) HEAD (241d0b3)
2 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #251      +/-   ##
==========================================
- Coverage   75.43%   67.09%   -8.34%     
==========================================
  Files          38        7      -31     
  Lines         574      155     -419     
  Branches       85       29      -56     
==========================================
- Hits          433      104     -329     
+ Misses         96       32      -64     
+ Partials       45       19      -26     

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

@romtsn romtsn enabled auto-merge (squash) August 9, 2024 08:05
@romtsn romtsn merged commit c36d0b4 into main Aug 9, 2024
13 of 14 checks passed
@romtsn romtsn deleted the deps/scripts/update-cocoa.sh/8.33.0 branch August 9, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants