{% extends "sentry/bases/modal.html" %} {% load i18n %} {% load sentry_assets %} {% block title %}{% trans "Internal Server Error" %} | {{ block.super }}{% endblock %} {% block main %}
Oops! Something went wrong

It looks like you've hit an issue in our server API. Don't worry though! We use Sentry to monitor Sentry and it's likely we're already looking into this!

If you're daring, you may want to try the following:

{% if request.sentry.id %} {% script %} {% endscript %} {% endif %}
{% endblock %}