{% extends "sentry/emails/base.html" %} {% load sentry_helpers %} {% load sentry_assets %} {% block head %} {{ block.super }} {% endblock %} {% block header %}
|
{{ duration.adjective|title }} Update for {{ organization.name }} {{ interval.start }} – {{ interval.stop }} |
|
{% endfor %}
||
{{ timestamp|date:duration.date_format }} | {% endfor %}
Project | Errors | Dropped | Transactions | Dropped | |
---|---|---|---|---|---|
{% if key.color %} {% endif %} | {% if key.url %}{% endif %}{{ key.label }}{% if key.url %}{% endif %} | {{ key.data.accepted_errors|small_count:1 }} | {{ key.data.dropped_errors|small_count:1 }} | {{ key.data.accepted_transactions|small_count:1 }} | {{ key.data.dropped_transactions|small_count:1 }} |
{% if key.color %} {% endif %} | {% if key.url %}{% endif %}{{ key.label }}{% if key.url %}{% endif %} | {{ key.data.accepted_errors|small_count:1 }} | {{ key.data.dropped_errors|small_count:1 }} | {{ key.data.accepted_transactions|small_count:1 }} | {{ key.data.dropped_transactions|small_count:1 }} |
Errors Seen {{ duration.noun|title }} |
All: {{ report.error_series.all|small_count }} Resolved: {{ report.error_series.resolved|small_count }} |
|
|
Errors by Issue Type |
{% for type, count in report.distribution.types %} {{ type.label }}: {% percent count total "0.1f" %}% {% endfor %} | |
|
3 Month History |
Fewer Errors
{% for color in report.calendar.legend %} {% endfor %}
More Errors
|
---|
|
|