Skip to content

Commit 59c351a

Browse files
feat(autofix): Register autofix-retry-from-step feature flag
Add a new Flagpole feature flag to gate "Retry from step" buttons on Autofix v3 cards. This is primarily useful for local Seer testing, allowing developers to re-run individual autofix steps without restarting the entire flow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ff5936e commit 59c351a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ 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)
321323
# Enable Seer Workflows in Slack
322324
manager.add("organizations:seer-slack-workflows", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
323325
# Enable new compact issue alert UI in Slack

0 commit comments

Comments
 (0)