get_errors
Retrieve JavaScript errors from TrackJS with optional filters for date range, severity, application, environment, and message. Get the details you need to diagnose issues quickly.
Instructions
Retrieve errors from TrackJS with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of errors to return (default: 50) | |
| endDate | No | End date for error search (ISO 8601 format) | |
| message | No | Filter by error message (partial match) | |
| severity | No | Filter by error severity | |
| startDate | No | Start date for error search (ISO 8601 format) | |
| application | No | Filter by application name | |
| environment | No | Filter by environment (e.g., production, staging) |