diff --git a/src/sentry/notifications/notifications/digest.py b/src/sentry/notifications/notifications/digest.py index 4858029c5dc53e..577cf4d3b2c03a 100644 --- a/src/sentry/notifications/notifications/digest.py +++ b/src/sentry/notifications/notifications/digest.py @@ -211,7 +211,7 @@ def send(self) -> None: "user_ids": user_ids, "notification_uuid": self.notification_uuid, "number_of_rules": len(shared_context.get("rules_details", [])), - "group_count": shared_context.get("event_counts", 0), + "group_count": shared_context.get("counts", 0), }, )