Kent
A fake Sentry server for debugging and integration tests
Errors
There are {{ errors|count }} errors in memory. [Flush]
{% if errors %}timestamp | project: event id | summary |
---|---|---|
{{ error.timestamp }} | {{ error.project_id }}: {{ error.error_id }} | {{ error.summary }} |
API
Name | End point and notes |
---|---|
Sentry DSN |
Returns no payload. If you're running this in a Docker container and the service you want sending errors to Fake Sentry is in another Docker container, then you will need to use the appropriate host for the service. |
Error list |
Returns JSON payload.
Example:
|
Error |
Returns JSON payload.
Contrived example:
|
Flush errors |
Returns JSON payload.
Example:
|