Skip to content
Merged
2 changes: 1 addition & 1 deletion src/sentry/tasks/summaries/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _project_key_errors_snuba(
),
Condition(
Column("group_status", entity=group_attributes_entity),
Op.IN,
Op.EQ,
GroupStatus.UNRESOLVED,
),
Condition(Column("level", entity=events_entity), Op.EQ, "error"),
Expand Down
Loading