Sentry
ELI5 — The Vibe Check
Sentry catches errors in your app before your users email you about them. It captures stack traces, browser info, user actions leading to the crash — everything you need to debug. It's like a flight recorder for your application. When things go wrong, Sentry has the black box data.
Real Talk
Sentry is an application monitoring and error tracking platform that captures exceptions, performance issues, and session replays across frontend and backend applications. It provides stack traces, breadcrumbs, release tracking, and integrates with CI/CD for commit-level error attribution.
When You'll Hear This
"Sentry caught a TypeError in production 30 seconds after deploy — we rolled back immediately." / "The Sentry breadcrumbs show exactly what the user clicked before the crash."
Related Terms
Error Tracking
Error Tracking automatically catches, groups, and alerts you about errors in your application.
Honeycomb
Honeycomb is observability for people who are tired of guessing why things are slow.
Observability
Observability is the ability to understand what's happening inside your system from the outside, using three types of data: metrics (numbers), logs (events...
Real User Monitoring
Real User Monitoring (RUM) tracks actual user experiences — real page loads, real clicks, real frustrations.