-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
Problem Statement
Problem
In Sentry alert configuration, trigger conditions currently allow choosing “any” or “all” of the listed conditions, but that choice applies to the entire list. This makes it impossible to express rules that require grouped logic, such as combining an AND pair inside an OR rule.
What we want
We want to receive an alert when any of these groups matches:
- Both thresholds are met (AND group):
- Number of events in an issue is more than 100 in one day
- Number of users affected by an issue is more than 15 in one day
OR
- Issue changes state from resolved → unresolved
OR
- Issue changes state from archived → escalating
In boolean form:
(events > 100 in 1 day AND users affected > 15 in 1 day)
OR (state: resolved → unresolved)
OR (state: archived → escalating)
Solution Brainstorm
Add condition groups such as:
- “Add group” (each group can be AND/ALL)
- Top-level selector to combine groups (typically OR/ANY)
Product Area
Alerts
ugniusversekenas, vytautaszGG and vzarskus
Metadata
Metadata
Assignees
Labels
Projects
Status
No status