Skip to content

feat(flags): Remove graduated team-replay-2 feature flags#108812

Merged
wedamija merged 3 commits intomasterfrom
flag-burner/ga/team-replay-2
Feb 24, 2026
Merged

feat(flags): Remove graduated team-replay-2 feature flags#108812
wedamija merged 3 commits intomasterfrom
flag-burner/ga/team-replay-2

Conversation

@wedamija
Copy link
Member

Summary

Removes 2 feature flags owned by team-replay that have been enabled at 100% via flagpole with no conditions:

  • organizations:resolve-in-semver-release
  • organizations:sentry-toolbar-ui

These flags have been fully rolled out and their behavior is now the default.

Test plan

🤖 Generated with Claude Code

@wedamija wedamija requested a review from a team as a code owner February 21, 2026 02:36
@linear
Copy link

linear bot commented Feb 21, 2026

@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Feb 21, 2026
@github-actions
Copy link
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 #discuss-dev-infra channel.

wedamija and others added 2 commits February 23, 2026 10:50
…r-release, sentry-toolbar-ui)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove all features.has() checks and @with_feature decorators for flags
that are now always enabled: integrations-external-projects-async-lookup,
integrations-github-project-management, migrate-azure-devops-integration,
resolve-in-semver-release, sentry-toolbar-ui, service-hooks-outbox,
expanded-sentry-apps-webhooks, sentry-app-manual-token-refresh.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wedamija wedamija force-pushed the flag-burner/ga/team-replay-2 branch from 7886038 to fafa4f9 Compare February 23, 2026 19:02
@wedamija wedamija requested review from a team as code owners February 23, 2026 19:02
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.

):
self._update_service_hooks_via_outbox()
else:
self._update_service_hooks_via_task()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Service hook updates may time out

Medium Severity

SentryAppUpdater._update_service_hooks now always uses the outbox path, which synchronously iterates all SentryAppInstallations and .save()s one ControlOutbox per installation. For widely-installed/published apps, this can significantly increase request latency and reintroduce timeout risk that the removed task-based path previously avoided.

Fix in Cursor Fix in Web

These flags belong to the ecosystem PR (#108813), not team-replay-2:
- integrations-external-projects-async-lookup
- integrations-github-project-management
- migrate-azure-devops-integration
- service-hooks-outbox
- expanded-sentry-apps-webhooks
- sentry-app-manual-token-refresh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wedamija wedamija merged commit b4861e7 into master Feb 24, 2026
103 checks passed
@wedamija wedamija deleted the flag-burner/ga/team-replay-2 branch February 24, 2026 21:40
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants