文件名称:sentry-cocoa:适用于iOS,tvOS,macOS,watchOS的官方Sentry SDK
文件大小:2.51MB
文件格式:ZIP
更新时间:2024-02-25 03:40:37
macos swift ios crash-reporting error-monitoring
适用于iOS / tvOS / macOS / watchOS的官方Sentry SDK (1) 。 该SDK是用Objective-C编写的,但也提供了一个不错的Swift界面。 初始化 请记住在应用程序生命周期中尽早调用此方法,最好在AppDelegate中的applicationDidFinishLaunching中调用 import Sentry // .... SentrySDK. start { options in options. dsn = " ___PUBLIC_DSN___ " options. debug = true // Helpful to se