Skip to content

Commit d134a00

Browse files
billyvgclaude
andcommitted
feat(sentry-apps): Register sentry-apps-custom-webhook-headers feature flag
Gate delivery of custom webhook headers (and the frontend settings field) behind a Flagpole organization feature flag so rollout can be controlled per-org. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9c1b627 commit d134a00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
308308
manager.add("organizations:seer-gitlab-support", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
309309
# Run Seer agents inside the sandbox execution environment
310310
manager.add("organizations:seer-use-agent-sandbox", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
311+
# Enable delivery of custom webhook headers configured on a SentryApp
312+
manager.add("organizations:sentry-apps-custom-webhook-headers", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
311313
# Disable select orgs from ingesting mobile replay events.
312314
# Enable double-read from EAP for session health data validation
313315
manager.add("organizations:session-health-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)

0 commit comments

Comments
 (0)