{% extends "sentry_hipchat_ac/layout.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% block body %} {% if bad_event %}

Issue not Found

{% endif %} {% if event %}
{% if from_recent %}

Back to Recent Issues {% endif %}

{{ event.title }}

{{ event.culprit }}

View in Sentry {% url 'sentry-stream' group.project.organization.slug group.project.slug as project_link %}


    {% for tag_key, tag_value in tags %}
  • {{ tag_key }} = {{ tag_value }} {% if tag_value|is_url %}{% endif %}
  • {% endfor %}
{% if interfaces.exc %}

Exception

{{ interfaces.exc_as_string }}
{% endif %} {% if interfaces.http %}

Request

{% if interfaces.http.method %} {% endif %}
URL {{ interfaces.http.url }}
Method {{ method }}
Query {{ interfaces.http.query_string }}
{% endif %} {% if interfaces.user %}
{% if interfaces.user.email %} {% endif %}

User

{% if interfaces.user.id %} {% endif %} {% if interfaces.user.ip_address %} {% endif %} {% if interfaces.user.username %} {% endif %} {% if interfaces.user.email %} {% endif %} {% if interfaces.user.data %} {% for key, value in interfaces.user.data.iteritems %} {% endfor %} {% endif %}
ID: {{ interfaces.user.id }}
IP Address: {{ interfaces.user.ip_address }}
Username: {{ interfaces.user.username }}
Email: {{ interfaces.user.email }}
{{ key|titlize }} {{ value }}
{% endif %}
{% endif %} {% endblock %}