From 11780ce76b8c47cf8c0a99c184ae5bc1c3932c42 Mon Sep 17 00:00:00 2001 From: Raj Joshi Date: Tue, 22 Apr 2025 11:04:15 -0700 Subject: [PATCH] :wrench: chore: update log --- src/sentry/notifications/notifications/digest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, )