Understand the frequency, causes and impact of client and server errors.
4xx
and 5xx
status codes returned by your endpoints and is sorted by the number of occurrences.
Clicking on a row opens up a modal with further insights about that type of error.
500 Internal Server Error
response is caused by an unhandled exception in your code, Apitally automatically captures the error message and stack trace.
You can then review those in the Details tab of the error modal.
If you have enabled the Sentry integration for your app, you will also see a link to the Sentry issue that was created for the exception.