SentrySentry
Want to connect with the folks building Sentry? Join us on Discord.

Code breaks, fix it faster

Application monitoring software considered "not bad" by 4 million developers.

Sentry Dashboard

100,000+ Growing Teams Use Sentry to Find Problems Fast

Microsoft
Netflix
Amazon
Airbnb
Spotify
Uber

When your app breaks, fix it faster with Sentry

Identify, debug, and resolve

Triage issues based on impacted customers and prioritize what matters most to your business.

Error monitoring example
Error monitoring screenshot

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 command to sign up for and install Sentry.

npx @sentry/wizard@latest -i nextjs

Enable Sentry Tracing by adding the below code.

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.

Sentry's high-quality tooling helps Disney+ maintain high-quality service to its tens of millions of global subscribers.

Andrew HayDirector of Streaming Services

Think about our 150+ developers and multiply that by the number of issues we see across our services and clients - it's insane the amount of developer time we've saved.

User Name

Position

Think about our 150+ developers and multiply that by the number of issues we see across our services and clients - it's insane the amount of developer time we've saved.

User Name

Position

Think about our 150+ developers and multiply that by the number of issues we see across our services and clients - it's insane the amount of developer time we've saved.

User Name

Position

Trust & Security

Security and compliance are top priorities for Sentry because they are fundamental to your experience. We use a variety of industry-standard technologies and services to secure your data from unauthorized access.

Security Icon
Security
GDPR Icon
GDPR
HIPAA Icon
HIPAA
SOC2 Type 2 Icon
SOC2 Type 2

Resources & Learning

Dive into our collection of articles, guides, and resources to help you get the most out of Sentry and improve your development workflow.

Identifying and Fixing Render-Blocking Resources

Identifying and Fixing Render-Blocking Resources

Learn how to improve your site's performance by identifying and fixing render-blocking resources that affect your loading times.

Read more
Syntax × Sentry: Build Better Apps

Syntax × Sentry: Build Better Apps

Join us for an in-depth look at how you can leverage Sentry's tools to build more robust applications with fewer bugs and performance issues.

Read more
Error Monitoring for Vue Developers

Error Monitoring for Vue Developers

A complete guide for Vue developers on implementing error monitoring to catch and fix errors before they impact your users' experience.

Read more
Converting to TypeScript: Lessons Learned

Converting to TypeScript: Lessons Learned

Explore Sentry's journey converting their entire frontend to TypeScript, with practical tips and strategies for your own migration.

Read more