{% load i18n %} {% load sentry_helpers %}
{{ frame.filename }}{% if frame.sourcemap %} ?{% endif %}
{% if frame.function %} in {{ frame.function }}{% endif %}
{% if not frame.context and frame.lineno %} at line {{ frame.lineno }}{% endif %}
{% if system_frames and frame.in_app %}
(application)
{% endif %}
| {{ key }} | {{ value|pprint }} |
|---|