{% extends "sentry/emails/base.html" %} {% load timezone from tz %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_features %} {% load sentry_assets %} {% load i18n static %} {% block head %} {{ block.super }} {% endblock %} {% block preheader %} {{ group_header }} from {{ project_label }}. {% endblock %} {% block header %}
{{ block.super }}
{% if not has_alert_integration %} Set up in Slack {% endif %} View on Sentry
{% endblock %} {% block content %}

{% if has_issue_states and group_header %} {{ group_header }} {% else %} New Feedback from {{ project_label }} {% if environment %} in {{ environment }}{% endif %} {% endif %}

{% if notification_reason %}
{{ notification_reason }}
{% endif %} {% 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 feedback are not shown in this notification since enhanced privacy controls are enabled. For more details about this feedback, view this feedback on Sentry.
{% else %}
{% with type=event.get_event_type metadata=group.get_event_metadata transaction=event.transaction %}
{% if transaction %} {{ transaction }} {% endif %} {% if metadata.name and metadata.contact_email %}

{{ metadata.name }} {{ metadata.contact_email }}

{% elif metadata.name %}

{{ metadata.name }}

{% elif metadata.contact_email %}

{{ metadata.contact_email }}

{% endif %}
{% if subtitle %}

Message

{{ subtitle }}

{% endif %}
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 %}
{% endwith %}
{% if has_issue_states %}
{% if environment %} {% endif %}
project {{ project_label }}
environment {{ environment }}
level {{ group.get_level_display }}
{% endif %} {% block table %}{% endblock %} {% if issue_replays_url %}

Session Replay

Session Replay: Session Replay See a replay of this feedback
{% endif %} {% block stacktrace %}{% endblock %} {% if tags %}

Tags

{% endif %} {% endif %}

{% if snooze_alert %} Mute this alert {% endif %} This email was triggered by {% for rule in rules %} {{ rule.label }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% if not has_integrations %}

{{ "Get this alert wherever you work" }}

{% endif %} {# support for gmail actions #}
{% endblock %}