{% 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 %}
{% endblock %} {% block content %}
{% 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 %}
{% endwith %}
{{ metadata.name }} {{ metadata.contact_email }} {% elif metadata.name %}{{ metadata.name }} {% elif metadata.contact_email %} {% endif %}{% if subtitle %} Message{{ subtitle }} 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 %}
|
project | {{ project_label }} |
---|---|
environment | {{ environment }} |
level | {{ group.get_level_display }} |
Session Replay: |
![]() |
---|
{% 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 #}