{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% block action %} {% endblock %} {% block activity %}

Failed to Process Events

Some events failed to process in your project "{{ project.slug }}". {% if reprocessing_active %} Since reprocessing is enabled, these events will not show up in Sentry until the processing issues are resolved. {% endif %}


Project Affected
{{ project.slug }}

{% if issues|length == 1 %}1 issue{% else %}{{ issues|length }} issues{% endif %}

{% if reprocessing_active %} Fix Issues {% endif %}
Issues
{% for issue in issues %} {% endfor %}

{{ issue.message }}

{% if issue.extra_info %}

{{ issue.extra_info }}

{% endif %}
{% endblock %}