captureException.html 163 B

12345
  1. {% extends "layout.html" %}
  2. {% block main %}
  3. <div class="alert alert-error">I just sent an exception to sentry with id {{ message_id }}.</div>
  4. {% endblock %}