Skip to content

feat(flags): Remove disabled unlimited-auto-triggered-autofix-runs flag#108724

Merged
wedamija merged 3 commits intomasterfrom
flag-burner/dead/unlimited-auto-triggered-autofix-runs
Feb 20, 2026
Merged

feat(flags): Remove disabled unlimited-auto-triggered-autofix-runs flag#108724
wedamija merged 3 commits intomasterfrom
flag-burner/dead/unlimited-auto-triggered-autofix-runs

Conversation

@wedamija
Copy link
Copy Markdown
Member

Summary

Remove the organizations:unlimited-auto-triggered-autofix-runs feature flag. It was disabled in flagpole — the rate limiting bypass for auto-triggered autofix/scanner runs never fired in production.

Changes

  • Remove flag registration from temporary.py
  • Remove 3 bypass checks in seer/autofix/utils.py (rate limiting now always applies)
  • Remove 2 test methods that verified the bypass behavior
  • Remove unused with_feature import

Companion PRs

Merge order: automator first → sentry

This flag was disabled in flagpole — the rate limiting bypass never fired.
Remove the flag registration, the three bypass checks in autofix utils,
and the tests that verified the bypass behavior.
@wedamija wedamija requested a review from a team as a code owner February 20, 2026 19:42
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 20, 2026
@wedamija wedamija requested a review from a team February 20, 2026 19:43
Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@wedamija wedamija merged commit 4cb9f4d into master Feb 20, 2026
81 of 82 checks passed
@wedamija wedamija deleted the flag-burner/dead/unlimited-auto-triggered-autofix-runs branch February 20, 2026 21:30
priscilawebdev pushed a commit that referenced this pull request Feb 24, 2026
…ag (#108724)

## Summary
Remove the `organizations:unlimited-auto-triggered-autofix-runs` feature
flag. It was disabled in flagpole — the rate limiting bypass for
auto-triggered autofix/scanner runs never fired in production.

## Changes
- Remove flag registration from `temporary.py`
- Remove 3 bypass checks in `seer/autofix/utils.py` (rate limiting now
always applies)
- Remove 2 test methods that verified the bypass behavior
- Remove unused `with_feature` import

## Companion PRs
- **sentry-options-automator**:
flag-burner/dead/unlimited-auto-triggered-autofix-runs

Merge order: automator first → sentry
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
…ag (#108724)

## Summary
Remove the `organizations:unlimited-auto-triggered-autofix-runs` feature
flag. It was disabled in flagpole — the rate limiting bypass for
auto-triggered autofix/scanner runs never fired in production.

## Changes
- Remove flag registration from `temporary.py`
- Remove 3 bypass checks in `seer/autofix/utils.py` (rate limiting now
always applies)
- Remove 2 test methods that verified the bypass behavior
- Remove unused `with_feature` import

## Companion PRs
- **sentry-options-automator**:
flag-burner/dead/unlimited-auto-triggered-autofix-runs

Merge order: automator first → sentry
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants