Demo Modules Data Model Compare Pricing FAQ Help Dashboard Get Started

Help Center / Reading the dashboard / Health

06.9 · Health

The errors your visitors actually hit.

Client-side JavaScript errors grouped by message, with per-session rates. A spike in this section after a deploy is usually the first sign something broke for real users.

What it shows

Health section with error KPIs and error breakdown table
Client-side errors your visitors actually hit, grouped by message.

Four KPIs (Total Errors, Error Rate, Sessions with Errors, Errors per Session), an Errors over time trend, and the Error breakdown table grouped by message.

What the numbers mean

MetricDefinition
Total ErrorsUser-facing errors: failed form submissions, download issues, and other actions that didn't complete as expected.
Error RateTotal errors divided by total sessions (can exceed 100%).
Sessions with ErrorsSessions with at least one error.
Errors per SessionAverage errors per session.
Session Rate (table)% of all sessions in the window that hit this specific error.

Sanitized before insert: error messages are cleaned before they reach the database. Emails, tokens, and long digit runs become [REDACTED].

How the filters apply

The section respects the global filters, and error rows are clickable as a drill-down: select a message and the four KPIs and the trend re-scope to that error's events, while the rate denominators stay at all sessions in the window. Click again to clear.

How to implement it

Automatic: errors are caught via window.onerror and unhandled promise rejections, sanitized, and deduplicated (identical messages within one second count once). Nothing to configure. See tracking modules for the module details and troubleshooting for what to do when this section itself surprises you.

Previous← Technology NextTroubleshooting and updates →