Skip to content

feat(flags): Remove graduated mep-rollout-flag feature flag#108810

Merged
wedamija merged 3 commits intomasterfrom
flag-burner/ga/mep-rollout-flag
Feb 23, 2026
Merged

feat(flags): Remove graduated mep-rollout-flag feature flag#108810
wedamija merged 3 commits intomasterfrom
flag-burner/ga/mep-rollout-flag

Conversation

@wedamija
Copy link
Member

Summary

Removes the organizations:mep-rollout-flag feature flag that has been enabled at 100% via flagpole with no conditions.

This flag has been fully rolled out and its behavior is now the default.

Test plan

🤖 Generated with Claude Code

@wedamija wedamija requested review from a team as code owners February 21, 2026 02:23
@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Feb 21, 2026
@github-actions
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@wedamija wedamija force-pushed the flag-burner/ga/mep-rollout-flag branch from a733535 to 5fa4a40 Compare February 23, 2026 18:30
wedamija and others added 3 commits February 23, 2026 14:19
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…g removal

Since mep-rollout-flag was always true (100% GA), removing it from the
OR chain would cause hasMetricDataset to potentially be false, breaking
metric alert chart queries. Setting it to true preserves the original
behavior.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…cs marker

The import was incorrectly removed while the function is still used.
Also add sentry_metrics pytest marker to test_organization_alert_rule_details
since the test accesses metrics after removing the mep-rollout-flag gate.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wedamija wedamija force-pushed the flag-burner/ga/mep-rollout-flag branch from 5fa4a40 to 1d9c054 Compare February 23, 2026 22:19
Copy link
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 enabled auto-merge (squash) February 23, 2026 22:26
@wedamija wedamija merged commit d2e1713 into master Feb 23, 2026
88 checks passed
@wedamija wedamija deleted the flag-burner/ga/mep-rollout-flag branch February 23, 2026 22:41
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
## Summary
Removes the `organizations:mep-rollout-flag` feature flag that has been
enabled at 100% via flagpole with no conditions.

This flag has been fully rolled out and its behavior is now the default.

## Test plan
- [ ] CI passes
- [ ] Corresponding sentry-options-automator PR to remove flagpole
config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
wedamija added a commit that referenced this pull request Feb 24, 2026
## Summary
Removes the `organizations:mep-rollout-flag` feature flag that has been
enabled at 100% via flagpole with no conditions.

This flag has been fully rolled out and its behavior is now the default.

## Test plan
- [ ] CI passes
- [ ] Corresponding sentry-options-automator PR to remove flagpole
config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

claude-code-assisted Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants