{% extends "issues/base.html" %} {% load static %} {% block tab_content %} {% for issuetags in issue.tags_all %}

{{ issuetags.0.key.key }}:

{% for issuetag in issuetags %}
{{ issuetag.value.value }}
{{ issuetag.pct }}%
{{ issuetag.count }} events
{% endfor %}
{% empty %}

No tags

No tags found for this issue.
{% endfor %} {% if issue.digested_event_count > 25 %}
Note: Tags which have values that are mostly unique per event (such as trace, user, browser version and os version) are not displayed here.
{% endif %} {% endblock %}