14.1.1 Report details ¶
The Report details section offers a high-level overview to quickly
assess the error’s impact and origin, including:
- Error message: The specific message associated with the error, often the primary description of what went wrong.
- When: A human-readable timestamp indicating when the error occurred relative to now (e.g., "5 minutes ago").
- Occurred at: The exact timestamp of the error, formatted in the project’s timezone.
- Handled: Whether the error was handled (caught and reported manually) or uncaught (e.g., an unhandled exception).
- Severity: The severity level of the error (e.g., fatal, error, warning, info, debug), which helps prioritize issues.
- Server name: The name or identifier of the server where the error occurred, useful for distributed systems.
- Environment: The application environment (e.g., production, staging, development)