Mobile app error tracking, performance monitoring, and run time errors in a single view, give you a holistic overview of your application's health in real-time.
Correlate errors with releases, tags, and devices, to solve problems quickly, decrease churn and improve user retention.
To integrate Sentry into your Xcode project, specify it in your Podfile
, then run pod install
:
platform :ios, '9.0'
use_frameworks! # This is important
target 'YourApp' do
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.7.0'
end
Initialize the SDK as soon as possible in your application lifecycle, such as in your AppDelegate application:didFinishLaunchingWithOptions
method:
import Sentry // Make sure you import Sentry
func application(_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
SentrySDK.start { options in
options.dsn = "https://<key>@sentry.io/<project>"
options.debug = true // Enabled debug when first installing is always helpful
// Example uniform sample rate: capture 100% of transactions for performance monitoring
options.tracesSampleRate = 1.0
}
return true
}
That’s it. Be sure to check out our documentation to ensure you have the latest instructions.
See all platformsVisibility across all platforms, so no bug gets away from you.
Deep context removes back-and-forth issue remediation across teams.
Uncover trends and anomalies across your projects, teams, and organization.
Every part of Sentry is designed with high availability and redundancy in mind.
When your events spike, we'll be ready.
Organizations seeing clearer
Products and services monitored
Developers solving issues faster
Events received each month
Quickly identify performance issues and view the full end-to-end distributed trace to see the exact poor-performing API call and what caused it with Performance Monitoring. Measure everything from cold starts, warm starts, slow frames, to frozen frames so you can improve mobile performance with max efficiency, not max effort.
Closely track version adoption, percentage of crash-free users and session data. Sentry for Mobile provides insight into the impact of crashes and bugs as it relates to user experience and application versions.
Measure the health of mobile releases over time and view trends with each new issue through the release details, graphs, and filters.
Sentry captures every crash and tells you about it in real time.
Is a bug impacting 100,000 people while another is only impacting 1,000? Crashes roll up into Issues, giving you immediate impact visibility.
Dive in to see the exact stack frames and threads to tackle whatever is derailing your mobile app development.
When all hell breaks loose, we're here to help.
With single sign-on, SAML, SCIM support, and audit trails, all Sentry customers have access to admin controls that govern identity, access, and usage to keep your data safe, secure, and centrally managed.
Don't leave yourself vulnerable with an outdated instance. While we deploy to production multiple times a day, Sentry is always up-to-date (without you even lifting a finger).
Build a code observability practice customized to your organization. With a dedicated support team, you can discuss product questions, get onboarding help, and provide product feedback almost instantly.
We strive to always be available — Sentry rarely encounters issues. Check for yourself at status.sentry.io, our transparent dashboard that tracks our uptime in real time.
The best features from many other platforms, applied to mobile
Cross-Platform projects in React Native, Cordova, or Ionic, can benefit from our best-in-class JavaScript error tracking and from the platform-specific Android and iOS SDKs that add device context to error reports.
Android, iOS, and Native projects get all the same features you use for non-mobile projects including:
Just look at all the high-quality security
features all accounts get, regardless of plan.
”Sentry's high-quality tooling helps Disney+ maintain high-quality service to its tens of millions of global subscribers.”
Use Sentry to collect and process errors from clients and
connected projects. We support all major platforms.