| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Sentry-Dynamic-WithARM64e.xcframework.zip | 2026-07-15 | 160.0 MB | |
| Sentry-Dynamic.xcframework.zip | 2026-07-15 | 144.9 MB | |
| Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip | 2026-07-15 | 126.9 MB | |
| Sentry-WithoutUIKitOrAppKit.xcframework.zip | 2026-07-15 | 115.0 MB | |
| Sentry.xcframework.zip | 2026-07-15 | 70.4 MB | |
| SentryObjC-Dynamic.xcframework.zip | 2026-07-15 | 90.7 MB | |
| SentryObjC-Static.xcframework.zip | 2026-07-15 | 45.2 MB | |
| SentrySwiftUI.xcframework.zip | 2026-07-15 | 716.5 kB | |
| 9.22.0 source code.tar.gz | 2026-07-15 | 10.9 MB | |
| 9.22.0 source code.zip | 2026-07-15 | 12.3 MB | |
| README.md | 2026-07-15 | 850 Bytes | |
| Totals: 11 Items | 777.0 MB | 0 | |
Features
- Mark opt in option
swiftAsyncStacktracesas stable (#8373) - Add
dataCollectionoption underexperimentalfor configuring data scrubbing behavior (#8369) - Add scope API to clear feature flags (#8364)
Fixes
- Session Replay now correctly reads the response
Content-Typefor HTTP/2 and HTTP/3, so it captures HTTP response bodies as it was supposed to (when body capturing is enabled viaoptions.sessionReplay.networkCaptureBodies) (#8390) - Log the actual request error instead of
(null)when a Spotlight request fails (#8401) - Decoding dictionary to Options sets value of key
"dsn"to propertydsninstead ofnil(#8393)
Improvements
- Remove
enableReplayNetworkDetailsCapturingexperimental flag; network detail capture is now enabled automatically whennetworkDetailAllowUrlsis non-empty (#8396)