We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea5d03 commit 50959b8Copy full SHA for 50959b8
src/sentry/notifications/notifications/digest.py
@@ -211,7 +211,7 @@ def send(self) -> None:
211
"user_ids": user_ids,
212
"notification_uuid": self.notification_uuid,
213
"number_of_rules": len(shared_context.get("rules_details", [])),
214
- "group_count": shared_context.get("event_counts", 0),
+ "group_count": shared_context.get("counts", 0),
215
},
216
)
217
0 commit comments