Skip to content

Commit 0751ccf

Browse files
mifu67andrewshie-sentry
authored andcommitted
chore(aci milestone 3): use flagpole (#89396)
Set `MetricAlertFire.use_flagpole_for_all_features = True`
1 parent bd94701 commit 0751ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/incidents/grouptype.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def get_group_key_values(
7272
# like these when we're sending issues as alerts
7373
@dataclass(frozen=True)
7474
class MetricAlertFire(GroupType):
75+
use_flagpole_for_all_features = True
7576
type_id = 8001
7677
slug = "metric_alert_fire"
7778
description = "Metric alert fired"

0 commit comments

Comments
 (0)