fix(code-review): Look only at code review beta list#106540
Merged
suejung-sentry merged 1 commit intomasterfrom Jan 19, 2026
Merged
fix(code-review): Look only at code review beta list#106540suejung-sentry merged 1 commit intomasterfrom
suejung-sentry merged 1 commit intomasterfrom
Conversation
suejung-sentry
commented
Jan 19, 2026
| @@ -1,30 +0,0 @@ | |||
| from sentry import features | |||
Contributor
Author
There was a problem hiding this comment.
this file was used prior to the preflight check being instituted so can be deleted now
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.
We previously checked both the code review beta hardcoded list as well as considered anyone with the toggle (
sentry:enable_pr_review_test_generation) enabled as part of the beta. With this PR, we consider "everyone" eligible to be part of the beta until freeze day. The toggle value is still enforced elsewhere so we're still covered in terms of the feature enablement check.So we can merge this fix in preparation for freeze day.
Note that this needs to go out first or else orgs missing from the hardcode list will not get reviews - https://github.com/getsentry/sentry-options-automator/pull/6173