
What Tracelit catches
Capture console.error (opt-in)
By default, console.error calls are not sent to Tracelit. Enable it with one option:
View errors in the dashboard
From the Errors tab in your dashboard you can:- See error frequency over time (how often, how many users affected)
- Filter by error type, page, or user
- Click any error to see the full stack trace
- Click Watch session to open the replay and jump to the exact moment the error fired
Debug mode
During development, turn ondebug: true to see every captured event — including errors — logged to the browser console:
No extra setup needed
Every error type in the table above is captured automatically. Tracelit monkey-patchesfetch, XMLHttpRequest, history.pushState, WebSocket, and console.error (if enabled) to intercept failures at the source.
When you call destroy(), all patches are cleanly removed and the originals are restored.