{% extends "sentry/emails/base.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_features %} {% load i18n static %} {% block preheader %} New alert from {{ project_label }}. {% endblock %} {% block header %} View on Sentry {{ block.super }} {% endblock %} {% block main %}
Issue | |
---|---|
{{ group.get_level_display }} |
{% 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 %}
|
{% email_avatar commits.author.name commits.author.email 32 %} |
{{ commit.subject }}{{ commit.shortId }} —
{% if commit.author %}
{{ commit.author.name }}
{% else %}
Unknown Author
{% endif %}
|
You are receiving this email due to matching rules: {% for rule_label, rule_link in rules %} {{ rule_label }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% if not has_integrations %}{{ "Get this alert wherever you work" }}
{% endif %} {# support for gmail actions #}