New alert from {{ project.title }}

{{ group.last_seen }}

[{{ group.level_title }}] {{ group.type_exc.0 }}

{{ group.message }}

View on MiniSentry

Traceback:

{% if not data.exception %}

This exception has no traceback information.

{% else %} {% for value in data.exception.values %} {% for frame in value.stacktrace.frames %}
{{ frame.filename }} in {{ frame.function }} at line {{ frame.lineno }}
{{ frame.context_line }}
{% endfor %} {% endfor %} {% endif %}

You received this notification, because you set up an account in MiniSentry.
Unsubscribe in your MiniSentry installation admin.