{% load i18n %}
{% trans "Deduplicated view of unhandled exceptions. Each row aggregates events sharing the same exception type and origin." %}
{% trans "Grouped by exception type, location, and message fingerprint." %}
| {% trans "Issue" %} | {% trans "Status" %} | {% trans "Trend (24h)" %} | {% trans "Events" %} | {% trans "Users" %} | {% trans "Last Seen" %} |
|---|---|---|---|---|---|
|
ERROR
IntegrityError
{% trans "duplicate key value violates unique constraint \"users_email_key\"" %}
accounts/views.py:142
|
UNRESOLVED | 87 | 41 |
12s {% trans "ago" %}
{% trans "first 3d ago" %}
|
|
|
CRITICAL
OperationalError
{% trans "could not connect to server: Connection refused" %}
core/db.py:38
|
UNRESOLVED | 24 | 24 |
2m {% trans "ago" %}
{% trans "first 5h ago" %}
|
|
|
ERROR
KeyError
{% trans "'stripe_customer_id'" %}
billing/services.py:212
|
UNRESOLVED | 142 | 88 |
4m {% trans "ago" %}
{% trans "first 1m ago" %}
|
|
|
ERROR
TimeoutError
{% trans "Request to upstream API timed out after 30s" %}
integrations/zendesk.py:88
|
UNRESOLVED | 33 | 12 |
11m {% trans "ago" %}
{% trans "first 2d ago" %}
|
|
|
ERROR
ValueError
{% trans "invalid literal for int() with base 10: 'NaN'" %}
exports/csv.py:54
|
UNRESOLVED | 12 | 7 |
26m {% trans "ago" %}
{% trans "first 4h ago" %}
|