Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions
This repository distributes pre-built XCFramework binaries of the Sentry Cocoa SDK via Swift Package Manager.
If you want to build from source, use the main sentry-cocoa repository instead.
| Library | Linking | Description |
|---|---|---|
Sentry-Static |
Static | Sentry SDK (Swift + ObjC) |
SentryObjC-Static |
Static | Sentry SDK (ObjC only) |
Add this package to your project via Swift Package Manager:
dependencies: [
.package(url: "https://github.com/getsentry/sentry-cocoa-binaries.git", from: "9.22.0")
]Then add the desired library product to your target's dependencies:
.target(
name: "YourApp",
dependencies: [
.product(name: "Sentry-Static", package: "sentry-cocoa-binaries"),
]
)For full installation options and integration guides, see the Sentry Apple documentation.
iOS 15+, macOS 10.14+, tvOS 15+, watchOS 8+, visionOS 1+