fix(spans): Adds organizations:standalone-span-ingestion flag to default config (#2936)

Adds organizations:standalone-span-ingestion flag to default config
This commit is contained in:
edwardgou-sentry 2024-04-04 10:16:18 -04:00 committed by GitHub
parent c4ae491929
commit 20150f06d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,6 +307,7 @@ SENTRY_FEATURES.update(
"organizations:performance-screens-view",
"organizations:mobile-ttid-ttfd-contribution",
"organizations:starfish-mobile-appstart",
"organizations:standalone-span-ingestion",
) # starfish related flags
}
)