{% block body %}

Kent

A fake Sentry server for debugging and integration tests

Errors

There are {{ errors|count }} errors in memory.

{% if errors %} {% endif %}

API

Name End point Notes
Sentry DSN {{ dsn }} 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 {{ host }}/api/errorlist/
Error {{ host }}/api/error/<ERRORID>

Always use Sentry project id 1.

{% endblock %}