chore(ACI): Remove workflow-engine-ui flag from some more places - #121003
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 017425a. Configure here.
|
|
||
| const hasWorkflowEngineUi = organization.features.includes('workflow-engine-ui'); | ||
| const shouldUseMetricRuleLink = detectorType === 'metric_alert' && !hasWorkflowEngineUi; | ||
|
|
There was a problem hiding this comment.
Metric detector link still gated
Medium Severity
MetricAlertSection was the fallback when metric issues exist but workflow-engine-ui is off, linking to legacy metric alert details. Removing it always uses the monitors path from detectorPath, and monitor pages still redirect home without the flag, so those users lose a working detector CTA.
Reviewed by Cursor Bugbot for commit 017425a. Configure here.
cvxluo
left a comment
There was a problem hiding this comment.
bot comment seems right but otherwise lgtm
017425a to
ff5a356
Compare
Sentry Snapshot Testing
|
ff5a356 to
dcb9e99
Compare


Remove the ACI UI flag from the command palette, detector sidebar, and metric detector limit.