Skip to content

Commit ce9db0b

Browse files
armenzgandrewshie-sentry
authored andcommitted
ref(deletion): Simplify finding Group deletion errors (#93511)
This will remove the need for extra logging.
1 parent efa89ae commit ce9db0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/api/helpers/group_index/delete.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def delete_group_list(
6868
{
6969
"project_id": project.id,
7070
"transaction_id": transaction_id,
71+
"group_deletion_project_id": project.id,
72+
"group_deletion_group_ids": str(group_ids),
7173
},
7274
)
7375

0 commit comments

Comments
 (0)