Skip to content

feat(replay): Feature flag for new replay processing pipeline#107400

Merged
tobias-wilfert merged 1 commit intomasterfrom
tobias-wilfert/feat/replay-pipeline-feature-flag
Feb 2, 2026
Merged

feat(replay): Feature flag for new replay processing pipeline#107400
tobias-wilfert merged 1 commit intomasterfrom
tobias-wilfert/feat/replay-pipeline-feature-flag

Conversation

@tobias-wilfert
Copy link
Member

Used for partially rolling out this: getsentry/relay#5580

@tobias-wilfert tobias-wilfert self-assigned this Feb 2, 2026
@tobias-wilfert tobias-wilfert requested a review from a team as a code owner February 2, 2026 10:07
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 2, 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.

# Enable Triage signals V0 for AI powered issue classification in sentry
manager.add("projects:triage-signals-v0", ProjectFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enable the new Replay pipeline in Relay.
manager.add("organizations:new-replay-processing", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
Copy link
Contributor

Choose a reason for hiding this comment

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

OrganizationFeature misplaced in Project scoped section

Low Severity

The feature flag "organizations:new-replay-processing" is an OrganizationFeature but it's added within the "Project scoped features" section (lines 696-734). It should be placed in the "Organization scoped features" section (starting at line 46) in alphabetical order, near other organizations:new-* flags around line 235-247.

Fix in Cursor Fix in Web

@tobias-wilfert tobias-wilfert merged commit 01113d2 into master Feb 2, 2026
71 checks passed
@tobias-wilfert tobias-wilfert deleted the tobias-wilfert/feat/replay-pipeline-feature-flag branch February 2, 2026 10:40
priscilawebdev pushed a commit that referenced this pull request Feb 2, 2026
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