{% 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 %} {% if not group.project.flags.has_transactions %} {% endif %}Issue | |
---|---|
{{ group.get_level_display }} | {% endif %}
{% with type=event.get_event_type metadata=event.get_event_metadata transaction=event.transaction %}
{% if type == "error" %}
{% if metadata.type %}
{{ metadata.type|truncatechars:40 }}
{% if transaction %}
{{ transaction }}
{% endif %}
|
project | {{ project_label }} |
---|---|
environment | {{ environment }} |
level | {{ group.get_level_display }} |
{% email_avatar commit.author.name commit.author.email 32 %} |
{{ commit.subject }}{{ commit.shortId }} —
{% if commit.author %}
{{ commit.author.name }}
{% else %}
Unknown Author
{% endif %}
|
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 #}