{% extends "sentry/group/details.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{{ group.error }} | {{ block.super }}{% endblock %} {% block inner %}
{% if message.has_two_part_message %}{{ message.message }}{% endif %} {% if exeption_type %}
Exception Value: | {{ exception_value|escape }} |
---|---|
Exception Location: | {{ lastframe.filename|escape }} in {{ lastframe.function|escape }}, line {{ lastframe.lineno }} |
In template {{ template_info.name }}
, error at line {{ template_info.line }}
{{ template_info.before }}{{ template_info.during }}{{ template_info.after }}
{% else %}
{{ source_line.1 }}{% endif %} {% endfor %}
{{ frame.filename|escape }}
in {{ frame.function|escape }}
{% if frame.context_line %}
Variable | Value |
---|---|
{{ var.0|escape }} | {{ var.1|pprint|escape }} |
{{ group.traceback }}{% endif %} {% endif %}
{{ k }} |
{% if v %}
{% if v|is_dict %}
{{ v|pprint }}{% endif %} {% else %} {% blocktrans with k as varname %}No data for {{ varname }}{% endblocktrans %} {% endif %} |
---|