feat(flags): Remove graduated mep-rollout-flag feature flag#108810
Merged
feat(flags): Remove graduated mep-rollout-flag feature flag#108810
Conversation
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 |
static/app/views/alerts/rules/metric/utils/getMetricDatasetQueryExtras.tsx
Show resolved
Hide resolved
static/app/views/alerts/rules/metric/utils/getMetricDatasetQueryExtras.tsx
Show resolved
Hide resolved
static/app/views/alerts/rules/metric/utils/getMetricDatasetQueryExtras.tsx
Show resolved
Hide resolved
gggritso
approved these changes
Feb 23, 2026
a733535 to
5fa4a40
Compare
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>
5fa4a40 to
1d9c054
Compare
Contributor
There was a problem hiding this comment.
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.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the
organizations:mep-rollout-flagfeature 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