Skip to content

Commit 13b5be3

Browse files
committed
ref(spans): Remove graduated standalone span ingestion flag
1 parent 36e9db2 commit 13b5be3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
387387
manager.add("organizations:seat-based-seer-enabled", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
388388
# Enable new SentryApp webhook request endpoint
389389
manager.add("organizations:sentry-app-webhook-requests", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
390-
# Enable standalone span ingestion
391-
manager.add("organizations:standalone-span-ingestion", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
392390
# Enable mobile starfish ui module view
393391
manager.add("organizations:starfish-mobile-ui-module", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
394392
# Enable the new experimental starfish view

src/sentry/relay/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"organizations:session-replay-recording-scrubbing",
6363
"organizations:session-replay-video-disabled",
6464
"organizations:session-replay",
65-
"organizations:standalone-span-ingestion",
6665
"projects:discard-transaction",
6766
"projects:span-metrics-extraction",
6867
"projects:span-metrics-extraction-addons",

0 commit comments

Comments
 (0)