Errors API query optimizations
Back to Changelog
We swept through the errors API endpoints and replaced each query with a tuned version.
- The top-errors, error-detail, errors timeseries, errors breakdown, and errors overall endpoints have all been optimized.
- Improved accuracy of total-view and percentage calculations in errors responses.
- The errors breakdown now correctly handles null grouping keys instead of dropping rows.
- Removed unnecessary fields from error responses to reduce payload size.