Sentry is the crash reporting alternative to Visual Studio App Center

Use App Center's sunset as a time to improve your crash reporting. Considered “not bad” by over 4 million developers for crash reporting and mobile performance. Sentry offers quick setup, deeper insights, and cross-platform support.

Video thumbnail

Tolerated by 4 million developers.

Github logo
Disney logo
Atlassian logo
Vercel logo
Airtable logo

Fix broken code fast

Video thumbnail

Customize alerts to take action on crashes and errors before they become widespread. Mobile crash reporting lets your team investigate crashes by device type, OS, and release with actionable, real-time insights, including breadcrumbs, screenshots, stack traces, and suspect commits. Triage and assign issues for fast resolution.

Identify and solve mobile application performance issues, like long app start times, janky frame rendering, and slow HTTP requests, before they impact your customer’s experience. With Profiling, collect and analyze code from real user devices in production so you can quickly see which functions are contributing to a slow span and fix what’s urgent faster.

Reduce context switching and troubleshooting time with a single, centralized platform for mobile app monitoring and crash reporting as well as web and backend. With Distributed Tracing, identify backend issues that may affect mobile performance, without consulting other tools or engineers.

Getting Started Platforms Scrolling Logo Background
Getting Started Platforms Scrolling Logo Background
Getting Started Platforms Scrolling Logo Background
Getting Started Platforms Scrolling Logo Background
Getting Started Platforms Scrolling Logo Background
Getting Started Platforms Scrolling Logo Background

Getting started with Sentry is simple

We support every technology (except the ones we don't).
Get started with just a few lines of code.

Just run this commmand to sign up for and install Sentry.

Click to Copy
npx @sentry/wizard@latest -i nextjs

Enable Sentry Tracing by adding the below code.

Click to Copy
import * as Sentry from '@sentry/nextjs'; Sentry.init({ dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0', // We recommend adjusting this value in production, or using tracesSampler // for finer control tracesSampleRate: 1.0, });

That's it. Check out our documentation to ensure you have the latest instructions.

Move crash reporting from app center to Sentry in minutes

Get the code-level context you need to fix issues that matter most