ref(seer): Remove unused seer-code-review-gitlab feature flag#117737
Merged
Conversation
Base automatically changed from
billyvg/ref/seer-gitlab-support-flag-consolidation
to
master
June 15, 2026 20:59
b9dfc35 to
1bc6e3b
Compare
GitLab code review gating now uses organizations:seer-gitlab-support, so the organizations:seer-code-review-gitlab flag is no longer read anywhere. Deregister it from the feature manager. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1bc6e3b to
a891576
Compare
wedamija
approved these changes
Jun 18, 2026
joseph-sentry
approved these changes
Jun 18, 2026
sehr-m
pushed a commit
that referenced
this pull request
Jun 23, 2026
## Summary Follow-up to #117732. Now that the GitLab code review webhook flow gates on `organizations:seer-gitlab-support`, the `organizations:seer-code-review-gitlab` flag is no longer read anywhere in the codebase. This removes its registration from the feature manager. ## Changes - Remove the `manager.add("organizations:seer-code-review-gitlab", ...)` registration (and its comment) from `src/sentry/features/temporary.py`. ## Notes - **Stacked on #117732** — that PR removes all reads of the flag; this PR deregisters it. Merge #117732 first. - Before this lands, any FlagPole rollout config keyed on `seer-code-review-gitlab` in `sentry-options-automator` should be cleaned up, since the flag will no longer resolve. (getsentry/sentry-options-automator#8260) Co-authored-by: Claude Opus 4.8 <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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Follow-up to #117732. Now that the GitLab code review webhook flow gates on
organizations:seer-gitlab-support, theorganizations:seer-code-review-gitlabflag is no longer read anywhere in the codebase. This removes its registration from the feature manager.Changes
manager.add("organizations:seer-code-review-gitlab", ...)registration (and its comment) fromsrc/sentry/features/temporary.py.Notes
seer-code-review-gitlabinsentry-options-automatorshould be cleaned up, since the flag will no longer resolve. (https://github.com/getsentry/sentry-options-automator/pull/8260)