SentrySwift 1.4.5

SentrySwift 1.4.5

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2017年1月
SwiftSwift 版本3.0
SPM支持 SPM

SentryJosh Holtz 维护。



  • Sentry

sentry-swift

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]
)