feat(flags): Remove 2 dead-except-tests flags (batch 13)#108707
Merged
feat(flags): Remove 2 dead-except-tests flags (batch 13)#108707
Conversation
markstory
approved these changes
Feb 20, 2026
Remove the following feature flags with no code usage (only test refs): - organizations:project-creation-games-tab (dead-except-tests, default=True) - organizations:trace-view-v1 (dead-except-tests, flagpole) Removes registrations and cleans up test references.
77e87a0 to
be8e7e5
Compare
1 task
priscilawebdev
pushed a commit
that referenced
this pull request
Feb 24, 2026
## Summary Remove 2 feature flags with no code usage (only referenced in tests): | Flag | Status | Source | Flagpole | |------|--------|--------|----------| | `organizations:project-creation-games-tab` | dead-except-tests | temporary.py | no | | `organizations:trace-view-v1` | dead-except-tests | temporary.py | yes | ## Changes - Remove flag registrations from `temporary.py` - Remove `project-creation-games-tab` from expected features list in `test_organization.py` ## Companion PRs - **getsentry**: flag-burner/dead/batch-13 (removes TraceViewSTFeatureHandler class) - **sentry-options-automator**: flag-burner/dead/batch-13 (removes trace-view-v1 flagpole entry) Merge order: automator first → getsentry → sentry
mchen-sentry
pushed a commit
that referenced
this pull request
Feb 24, 2026
## Summary Remove 2 feature flags with no code usage (only referenced in tests): | Flag | Status | Source | Flagpole | |------|--------|--------|----------| | `organizations:project-creation-games-tab` | dead-except-tests | temporary.py | no | | `organizations:trace-view-v1` | dead-except-tests | temporary.py | yes | ## Changes - Remove flag registrations from `temporary.py` - Remove `project-creation-games-tab` from expected features list in `test_organization.py` ## Companion PRs - **getsentry**: flag-burner/dead/batch-13 (removes TraceViewSTFeatureHandler class) - **sentry-options-automator**: flag-burner/dead/batch-13 (removes trace-view-v1 flagpole entry) Merge order: automator first → getsentry → sentry
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
Remove 2 feature flags with no code usage (only referenced in tests):
organizations:project-creation-games-taborganizations:trace-view-v1Changes
temporary.pyproject-creation-games-tabfrom expected features list intest_organization.pyCompanion PRs
Merge order: automator first → getsentry → sentry