Skip to content

Commit c35757a

Browse files
authored
fix(anomaly detection): turn processing back on for dynamic rules (#94737)
Reintroducing the quick fix from #94652 (which we reverted for testing purposes).
1 parent eafa7c9 commit c35757a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/incidents/subscription_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def process_update(self, subscription_update: QuerySubscriptionUpdate) -> None:
402402
if (
403403
has_anomaly_detection
404404
and self.alert_rule.detection_type == AlertRuleDetectionType.DYNAMIC
405-
and not has_metric_alert_processing
406405
):
407406
with metrics.timer(
408407
"incidents.subscription_processor.process_update.get_anomaly_data_from_seer_legacy"

0 commit comments

Comments
 (0)