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
Official Sentry SDK for iOS / tvOS / macOS / watchOS (1) InstallationSPM is the recommended way to include Sentry into your project, but we also support CocoaPods and Carthage, and provide pre-built XCFrameworks on our GitHub Releases page.
InitializationRemember to call this as early in your application life cycle as possible Ideally in applicationDidFinishLaunching
in AppDelegate
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.
ResourcesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4