{% if regression %}
Issue regressed in {{ last_release.version }}
{% else %}
New issue in {{ last_release.version }}
{% endif %}
|
You are getting this notification because you made a commit in this release
|
{{event.title|truncatechars:50}}
|
{{ group.times_seen }} |
{{ users_seen }} |
{% if regression %}
Regressed
{% else %}
New issue
{% endif %}
|
{% platform_avatar project.platform 16 %}
|
{{ project.slug }} {% if environment %} in {{ environment }}{% endif %}
|
Error |
Users |
{% 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 issue are not shown in this notification since enhanced privacy
controls are enabled. For more details about this issue,
view this issue on Sentry.
{% else %}
{% if interfaces.Stacktrace %}
Exception
{{ interfaces.Stacktrace.html }}
{% endif %}
{% if tags %}
Tags from Latest Event
{% if event_user %}
-
{% email_avatar event_user.name event_user.email 32 %} |
{{ event_user.email }} |
ID: {{ event_user.id }} |
{% endif %}
{% if contexts %}
{% for context_key, context in contexts %}
{% if context_key == 'browser' or context_key == 'client_os' or context_key == 'os' %}
-
{% letter_platform_svg context_key context_key 32 %} |
{{ context.name }} |
Version: {{ context.version }} |
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}