Releases: getsentry/sentry-cocoa
8.34.0-Deprecated
8.33.0-Deprecated
Note: Due to a bug (#4280) introduced in this release, we recommend upgrading to 8.35.0 or newer.
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 toonErrorSampleRate
(#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
8.32.0
Note: We recommend to skip this release and update to 8.35.0+. due to a bug causing 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
- Record dropped spans (#4172)
Fixes
- Session replay crash when writing the replay (#4186)
- Collect only unique UIWindow references (#4159)
Deprecated
- options.enableTracing was deprecated. Use options.tracesSampleRate or options.tracesSampler instead. (#4182)
8.31.1
Note: We recommend to skip this release and update to 8.35.0+. due to a bug causing 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.
Fixes
- Session replay video duration from seconds to milliseconds (#4163)
8.31.0
Note: We recommend to skip this release and update to 8.35.0+. due to a bug causing 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
- Include the screen names in the session replay (#4126)
Fixes
8.30.1
Note: We recommend to skip this release and update to 8.35.0+. due to a bug causing 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.