{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_assets %} {% block activity %}
Triggered {{ triggered_at }}
Project | {{ project_slug }} | ||
Environment | {{ environment }} | ||
New Release | {{activator}} | {% elif condition_type == 1 %}New Deploy | {{activator}} | {% endif %}
Threshold | {{ threshold_direction_string }} {{ threshold }}{% if 'percentage' in aggregate %}%{% endif %} | ||
Time Interval | {{ time_window }} | ||
Metric | {{ aggregate }} | ||
Filter | {{ query }} |
{% if snooze_alert %} Mute this alert {% endif %} This email was triggered by {{ incident_name }}