File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1902,6 +1902,8 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
1902
1902
"organizations:sso-saml2" : True ,
1903
1903
# Enable standalone span ingestion
1904
1904
"organizations:standalone-span-ingestion" : False ,
1905
+ # A single flag for all the new performance UI that relies on span ingestion
1906
+ "organizations:spans-first-ui" : False ,
1905
1907
# Enable the aggregate span waterfall view
1906
1908
"organizations:starfish-aggregate-span-waterfall" : False ,
1907
1909
# Enables the resource module ui
Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ def register_temporary_features(manager: FeatureManager):
232
232
manager .add ("organizations:sourcemaps-bundle-flat-file-indexing" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
233
233
manager .add ("organizations:sourcemaps-upload-release-as-artifact-bundle" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
234
234
manager .add ("organizations:stacktrace-processing-caching" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL )
235
+ manager .add ("organizations:spans-first-ui" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL )
235
236
manager .add ("organizations:standalone-span-ingestion" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL )
236
237
manager .add ("organizations:starfish-aggregate-span-waterfall" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
237
238
manager .add ("organizations:starfish-browser-resource-module-bundle-analysis" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
You can’t perform that action at this time.
0 commit comments