| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Sentry-Dynamic-WithARM64e.xcframework.zip | 2025-12-10 | 130.6 MB | |
| Sentry-Dynamic.xcframework.zip | 2025-12-10 | 118.5 MB | |
| Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip | 2025-12-10 | 108.0 MB | |
| Sentry-WithoutUIKitOrAppKit.xcframework.zip | 2025-12-10 | 98.1 MB | |
| Sentry.xcframework.zip | 2025-12-10 | 54.2 MB | |
| SentrySwiftUI.xcframework.zip | 2025-12-10 | 9.1 MB | |
| 9.1.0 source code.tar.gz | 2025-12-10 | 10.1 MB | |
| 9.1.0 source code.zip | 2025-12-10 | 11.2 MB | |
| README.md | 2025-12-10 | 1.2 kB | |
| Totals: 9 Items | 539.8 MB | 0 | |
[!Warning] The class
SentryDsnhas been converted from Objective-C to Swift. While the public API remains the same, you might have to remove imports of theSentryDsn.hfrom your Objective-C code. We acknowledge that this is a breaking change introduced in a minor release, but it should have been part of the major release 9.0.0 already before - apologies for any inconveniences caused.
Breaking Changes
- Refactored type
SentryDsnfrom Objective-C to Swift, removing theSentryDsn.hfrom the public header files.
Features
- Add attributes data to
SentryScope(#6830) - Add
SentryScopeattributes into log messages (#6834)
Improvements
- Flush Logs on
WillTerminateorWillResignActiveNotifications (#6909)
Fixes
- Save app context information (release name, dist, environment) on app hang events before saving to disk to prevent incorrect version information when an app hang turns fatal (#6998)
- Disabled automatic session tracking in system extensions to prevent extension blocking and unwanted dock icon behavior (#6962) (#6962)
- Fixes crash when null values are passed to
UIApplication sendAction:to:from:forEvent:(#6970) - Fixes
user.idnot set to installationId if no user is set (#7005)