Skip to content

Commit f40e273

Browse files
ref(autofix): Remove unused autofix-retry-from-step feature flag
The retry buttons are no longer gated behind a feature flag, so this registration is unnecessary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3c52843 commit f40e273

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
318318
manager.add("organizations:autofix-on-explorer", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
319319
# Enable Autofix to use Seer Explorer V2 designs
320320
manager.add("organizations:autofix-on-explorer-v2", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
321-
# Enable "Retry from step" buttons on Autofix v3 cards (for local Seer testing)
322-
manager.add("organizations:autofix-retry-from-step", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
323321
# Enable Seer Workflows in Slack
324322
manager.add("organizations:seer-slack-workflows", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
325323
# Enable new compact issue alert UI in Slack

0 commit comments

Comments
 (0)