Error monitoring

Get actionable insights to resolve the most important code-related issues. Track, debug, and resolve errors across any language or framework with tailored context to get to the root cause every time.

Video thumbnail

Tolerated by 4 million developers.

Github logo
Disney logo
Atlassian logo
Vercel logo
Airtable logo

All the tools you need to fix broken code fast

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.

Know the who, what, why behind broken code

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