{% extends "sentry/emails/base.html" %} {% load sentry_helpers %} {% load sentry_assets %} {% block bodyclass %}weekly-report{% endblock %} {% block header %}
|
{{ duration.adjective|title }} Update for {{ organization.name }} {{ interval.start }} – {{ interval.stop }} |
You're seeing a preview release of our Weekly Reports.
Have feedback? Let us know on our support forum.
Events Seen {{ duration.noun|title }} |
All: {{ report.series.all|small_count }} Resolved: {{ report.series.resolved|small_count }} |
|
{% for label, change in report.comparisons %}
{% if change %}
{% if change >= 0 %}
{% if change >= 0 %}more{% else %}less{% endif %} than {{ label }}
{% else %}
There is not enough data to compare to {{ label }}.
{% endif %}
![]() ![]() |
{% endfor %}
Events by Issue Type |
{% for type, count in report.distribution.types %} {{ type.label }}: {% percent count total "0.0f" %}% {% endfor %} | |
|
|
{% endfor %}
Events | Project | Filtered | Rate Limited | |
---|---|---|---|---|
{{ key.data.events|small_count:1 }} | {% if key.url %}{% endif %}{{ key.label }}{% if key.url %}{% endif %} | {{ key.data.filtered|small_count:1 }} | {{ key.data.rate_limited|small_count:1 }} |
|
|