Skip to main content Marketing Mode Want to connect with the folks building Sentry?
Join us on Discord. ➔ Code fix it faster breaks, Application monitoring software considered "not bad" by millions of developers.
Get Started See How In Sandbox lyft Factory.ai Logo lyft Factory.ai Logo GitHub Disney Atlassian Linear Vercel Cloudflare Slack Metronome Autodesk Microsoft Instacart Lyft Bolt Monday Cursor Anthropic Factory AI Fastino Labs Baseten Developer first.
Monitor in five lines Drop in the .
No performance surprises.
SDK Automatically root-cause any issue Catch critical issues before you merge and fix them when they hit prod with .
Seer, our debugging agent and code reviewer Break production less Predict and prevent the errors that matter most before they even make it to production with .
AI code review Stay in the flow From , , , and to coding agents with , Sentry brings full context to every fix from dev to prod.
GitHub Slack Jira Linear Sentry's MCP server Previous Next Monitor in five lines Drop in the .
But , , , , , and metrics — all connected by the same trace?
That’s kind of our thing. errors logs replays spans profiles Go from Issue
Debug 500's, trace slow requests, replay fetch() failures, and fix the broken code that caused it.
Catch slow queries, N+1s, and request timeouts before the ‘why is this so slow?’ posts fill up your feed.
Map every incident to the release, PR, and owner -- automatically.
Debugging needs context— with or without AI , our AI debugger, uses Sentry context – logs, commits, traces, stack trace - so you can stop guessing and can fix issues for you.
Seer it Analyzes every signal to explain why your code failed, not just where.
Fixes what’s broken while you ship what’s next – generating precise, merge-ready patches.
Stops bad code before it starts bad days.
Correlating PRs against real error and performance history to catch regressions before they ship.
Loved by developers worldwide We wouldn’t have scaled without Sentry.
Most of our incidents are hardware-related—and we debug them all inside Sentry Nova DasSarma Systems Lead, Anthropic Sentry’s high-quality tooling helps Disney+ maintain high-quality service to its tens of millions of global subscribers.
Andrew Hay Director at Disney Streaming Services, Disney+ The signal we get from Sentry is the most reliable indicator of software issues and is used throughout Instacart because it can be easily configured for each service regardless of the language or framework.
Igor Dobrovitski Infrastructure Software Engineer, Instacart Get started in minutes Five lines of code.
No complex setup, no performance hits, no waiting around.
Next.js Angular Android iOS Flutter React Native .
NET MAUI Python Node.js React .
NET Go Swift Ruby PHP Laravel ASP.
NET Core Spring Boot Vue Solid Svelte Astro JavaScript See -- it's really just one command.
Copied! npx @sentry/wizard@latest nextjs -i Get started with just one line of code: Copied! npx @sentry/wizard@latest angular -i Just run this command to sign up for and install Sentry.
Copied! brew getsentry/tools/sentry-wizard sentry-wizard android install && -i Signup and install Sentry with just one line of code: Copied! brew getsentry/tools/sentry-wizard sentry-wizard ios install && -i Sign-up and install Sentry with just one line of code: Copied! npx @sentry/wizard@latest flutter -i Install Sentry with one line of code: Copied! npx @sentry/wizard@latest reactNative -i Add the Sentry dependency to your .
NET MAUI application: Copied! dotnet package Sentry.
Maui .1 add -v 5.11 Grab the : Sentry Python SDK Copied! pip sentry-sdk install --upgrade Configure your DSN: Copied! sentry_sdk sentry_sdkinit enable_tracing traces_sample_rate import . ( "https://<key>@sentry.io/<project>" , # Set traces_sample_rate to 1.0 to capture 100% # of transactions for Tracing. # We recommend adjusting this value in production. = True , = 1.0 , ) Grab the : Sentry Node SDK Copied! @sentry/node npm install Configure your SDK: Copied!
Sentry Sentry const = require ( '@sentry/node' ) ; . init ( { dsn : 'https://<key>@sentry.io/<project>' } ) ; Grab the : Sentry React SDK Copied! @sentry/react npm install We recommend putting the Sentry initialization code into its own file and including that file as the first import in your application entry point as shown in the example below: Copied! useEffect Sentry Sentry import { } from "react