Kent
A fake Sentry server for debugging and integration tests
Events
There are {{ events|count }} events in memory. [Flush]
{% if events %}timestamp | project: event id | summary |
---|---|---|
{{ event.timestamp }} | {{ event.project_id }}: {{ event.event_id }} | {{ event.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. |
Event list |
Returns JSON payload.
Example:
|
Event |
Returns JSON payload.
Contrived example:
The payload data depends on which version of sentry-sdk you're using and how it submitted the data. |
Flush events |
Returns JSON payload. HTTP 200
Example:
|