Skip to content

Commit be4a527

Browse files
authored
fix(anomaly detection): turn processing back on for dynamic rules (#94652)
Since we had to roll back dual processing for dynamic alerts, re-enable processing through subscription processor.
1 parent 1e8d9e7 commit be4a527

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)