Skip to content

chore(flags): Remove 4 dead feature flags (batch 1)#108556

Merged
wedamija merged 2 commits intomasterfrom
flag-burner/dead/batch-1
Feb 19, 2026
Merged

chore(flags): Remove 4 dead feature flags (batch 1)#108556
wedamija merged 2 commits intomasterfrom
flag-burner/dead/batch-1

Conversation

@wedamija
Copy link
Member

@wedamija wedamija commented Feb 19, 2026

Summary

Remove unused feature flag registrations identified by the scan_flags management command. These flags have zero code references and no flagpole configuration.

Flags removed:

  • organizations:detailed-data-for-seer
  • organizations:dynamic-sampling-on-span-first
  • organizations:issue-details-lifetime-stats
  • organizations:metric-issue-poc

Note: organizations:integrations-perforce was initially included but restored — PerforceIntegrationProvider sets requires_feature_flag=True, so removing the registration would hide the integration.

Test plan

  • These flags have no code usage, test references, or flagpole config — removing the registration is the only change needed.

Remove the following unused feature flag registrations:
- organizations:detailed-data-for-seer
- organizations:dynamic-sampling-on-span-first
- organizations:integrations-perforce
- organizations:issue-details-lifetime-stats
- organizations:metric-issue-poc

These flags have zero code references and no flagpole configuration.
Identified by the scan_flags management command.
@wedamija wedamija requested a review from a team February 19, 2026 19:37
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 19, 2026
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.

PerforceIntegrationProvider sets requires_feature_flag=True, so removing
the flag registration would hide the integration from all users.
@wedamija wedamija changed the title chore(flags): Remove 5 dead feature flags (batch 1) chore(flags): Remove 4 dead feature flags (batch 1) Feb 19, 2026
@wedamija wedamija merged commit f41f68a into master Feb 19, 2026
101 checks passed
@wedamija wedamija deleted the flag-burner/dead/batch-1 branch February 19, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments