{% 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.name }}". {% if reprocessing_active %} Since reprocessing is enabled, these events will not show up in Sentry until the processing issues are resolved. {% endif %}

{% if not reprocessing_active %}

Tip: If you enable reprocessing you will not be receiving alert emails for such events in the future until issues are resolved.

{% endif %}
Project Affected
{{ project.name }}

{% 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 %}
{% if not reprocessing_active %}

Since reprocessing is disabled, we won't send you additional notifications about issues like this. However, we recommend enabling reprocessing in the project settings to improve your debugging experience on Sentry.

{% endif %} {% endblock %}