{% extends "sentry/emails/base.html" %} {% load timezone from tz %} {% load sentry_avatars %} {% load sentry_platforms %} {% load sentry_helpers %} {% load sentry_features %} {% load sentry_assets %} {% load i18n static %} {% block head %} {{ block.super }} {% endblock %} {% block preheader %} New issue detected in a release you contributed to. {% endblock %} {% block header %}
{{ block.super }}
Open in Sentry
{% endblock %} {% block content %}
{% if regression %} Issue regressed in {{ last_release.version }} {% else %} New issue in {{ last_release.version }} {% endif %}
You are getting this notification because you made a commit in this release

{{event.title|truncatechars:50}}

{{ group.times_seen }} {{ users_seen }}
{% if regression %} Regressed {% else %} New issue {% endif %} {% platform_avatar project.platform 16 %} {{ project.slug }} {% if environment %} in {{ environment }}{% endif %} Error Users
{% if enhanced_privacy %}
ID: {{ event.event_id }}
{% if timezone %}
{{ event.datetime|timezone:timezone|date:"N j, Y, g:i:s a e"}}
{% else %}
{{ event.datetime|date:"N j, Y, g:i:s a e"}}
{% endif %}
Details about this issue are not shown in this notification since enhanced privacy controls are enabled. For more details about this issue, view this issue on Sentry.
{% else %} {% if interfaces.Stacktrace %}

Exception

{{ interfaces.Stacktrace.html }} {% endif %} {% if tags %}

Tags from Latest Event

{% endif %} {% endif %}
{% endblock %}