测试已测试 | ✓ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2017年1月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Sentry,Josh Holtz 维护。
Swift 客户端用于 Sentry。此客户端是用 Swift 编写的,但可以与 Swift 和 Objective-C 项目一起使用。
// Create client and start crash handler
SentryClient.shared = SentryClient(dsnString: "your-dsn")
SentryClient.shared?.startCrashHandler()
// Set
SentryClient.shared?.user = User(id: "3",
email: "[email protected]",
username: "some_user",
extra: ["is_admin": false]
)