Skip to content

Commit 50959b8

Browse files
iamrajjoshiandrewshie-sentry
authored andcommitted
🔧 chore: update log to get group count correctly (#90083)
1 parent cea5d03 commit 50959b8

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/notifications/notifications

1 file changed

+1
-1
lines changed

src/sentry/notifications/notifications/digest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def send(self) -> None:
211211
"user_ids": user_ids,
212212
"notification_uuid": self.notification_uuid,
213213
"number_of_rules": len(shared_context.get("rules_details", [])),
214-
"group_count": shared_context.get("event_counts", 0),
214+
"group_count": shared_context.get("counts", 0),
215215
},
216216
)
217217

0 commit comments

Comments
 (0)