Sourced from github.com/getsentry/sentry-cocoa's releases.
8.56.0
[!Warning] This version can cause runtime crashes because the
UIApplication.sharedApplication/NSApplication.sharedApplicationis not yet available during SDK initialization, due to the changes in [PR #5900](getsentry/sentry-cocoa#5900), released in 8.56.0.[!Warning] Session Replay in this version does not correctly mask views when built with Xcode 26 and running on iOS 26 with Liquid Glass, which may lead to PII leaks. Please upgrade to 8.57.0 or later, which automatically disables session replay in such environments.
Features
- Structured Logs: Flush logs on SDK flush/close (#5834)
- Add masking options for screenshots (#5401)
- Add significant time change breadcrumb (#6112)
- Add support for iOS 26, macOS 26, visionOS 26, watchOS 26, and tvOS 26 in device tests (#6063)
Improvements
- Lazily CharacterSet only once in SentryBaggageSerialization (#5871)
- Structured Logging: Log
SentrySDK.loggercalls toSentrySDKLog(#5991)- The build type in the app context now differentiates between
enterpriseandadhoc(#6044)- visionOS no longer needs swift's interoperability mode (#6077)
- Ensure IP address is only inferred by Relay if sendDefaultPii is true (#5877)
- Sentry without UIKit / AppKit is available to install with SPM (#6160)
Fixes
- Don't capture replays for events dropped in
beforeSend(#5916)- Fix linking with SentrySwiftUI on Xcode 26 for visionOS (#5823)
- Structured Logging: Logger called before
SentrySDK.startbecomes unusable (#5984)- Add masking for AVPlayerView (#5910)
- Fix missing view hierachy when enabling
attachScreenshottoo (#5989)- Fix macOS's frameworks not following the versioned framework structure (#6049)
- Add warning to addBreadcrumb when used before SDK init (#6083)
- Add null-handling for parsed DSN in SentryHTTPTransport (#5800)
- Fix crash in Session Replay when opening the camera UI on iOS 26+ by skipping redaction of internal views. This may result in more of the camera screen being redacted. (#6045)
- Fix crash in SentryDependencyContainer init when using the SDK as a static framework (#6125)
- Fixes a React Native legacy build failure by adding the missing self references for explicit capture semantics (#6156)
8.56.0-alpha.3
Features
- Structured Logs: Flush logs on SDK flush/close (#5834)
- Add masking options for screenshots (#5401)
- Add significant time change breadcrumb (#6112)
- Add support for iOS 26, macOS 26, visionOS 26, watchOS 26, and tvOS 26 in device tests (#6063)
Fixes
... (truncated)
3365d74
chore: Add changes from alpha releases to v8.56.0 changelog (#6166)5542c69
release: 8.56.0c30e401
feat: Make Sentry-WithoutUIKitOrAppKit available with SPM (#6160)5ae9ff1
ref: Remove unused memory pressure typdef (#6152)8745cc0
ref: Convert SentryCrashWrapper to Swift (#6047)c1f202e
Merge branch 'release/8.56.0-alpha.3'fad8f23
release: 8.56.0-alpha.35cbd333
chore(ci): React-Native: Adds missing self to make capture semantics
explicit...89e74bc
Merge branch 'release/8.56.0-alpha.2'36b8034
chore: Fix changelog (#6154)