Error Tracking
Catch errors before users report them
Full stack traces, user context, and session replays. Understand exactly what happened, where it happened, and who it happened to.
Context:
Capabilities
Debug with full context
Full stack traces
Source-mapped stack traces that show exactly where errors occur. No more guessing which minified function failed.
User context
Know who was affected. User ID, email, session data, and custom attributes. Prioritize fixes based on impact.
Session replay integration
Jump directly to the session recording showing what the user did before the error. See the exact sequence of events.
Smart grouping
Similar errors are automatically grouped. See how many users are affected and track resolution progress.
What We Catch
Every type of failure
JavaScript errors
Uncaught exceptions, promise rejections, and handled errors. Full stack traces with source maps.
Network failures
Failed API calls, CORS issues, and timeout errors. See request/response details.
Resource errors
Missing images, failed scripts, and stylesheet errors. Know when assets break.
Errors happen
Don't let them hide
Add one script. Start catching errors immediately. Fix issues before users complain.
Get Started