在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):getsentry/sentry-cocoa开源软件地址(OpenSource Url):https://github.com/getsentry/sentry-cocoa开源编程语言(OpenSource Language):Objective-C 47.0%开源软件介绍(OpenSource Introduction):Official Sentry SDK for iOS / tvOS / macOS / watchOS (1).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 SDK is written in Objective-C but also provides a nice Swift interface. InitializationRemember to call this as early in your application life cycle as possible
Ideally in import Sentry
// ....
SentrySDK.start { options in
options.dsn = "___PUBLIC_DSN___"
options.debug = true // Helpful to see what's going on
} @import Sentry;
// ....
[SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
options.dsn = @"___PUBLIC_DSN___";
options.debug = @YES; // Helpful to see what's going on
}];
For more information checkout the docs. (1)limited symbolication support and no crash handling. Blog postsMobile Vitals - Four Metrics Every Mobile Developer Should Care About. How to use Sentry Attachments with Mobile Applications. Close the Loop with User Feedback. A Sanity Listicle for Mobile Developers. Resources |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论