Feature Guides
Errors
Track JavaScript errors on your website
The Errors tab shows JavaScript errors occurring on your website, helping you identify and fix bugs that affect user experience.
Enabling Error Tracking
Enable error tracking in your site settings.
Error Information
For each error, you'll see:
- Error Type - ReferenceError, TypeError, SyntaxError, NetworkError, etc.
- Error Message - The specific error message
- Stack Trace - The chain of function calls that led to the error
- Affected Sessions - Number of unique sessions in which this error occurred
- Occurrence Count - How many times the error was triggered Expanding an error shows its individual occurrences, including the timestamp and page for each event.
- Browser & Device - Which environments experience this error
Using Error Data
- Prioritize by impact - Fix errors affecting the most users first
- Monitor after deployments - Watch for new errors after releasing code
- Debug user reports - Find the exact technical issue when users report problems
- Track third-party issues - Identify when external integrations are malfunctioning