@@ -280,8 +280,6 @@ def register_temporary_features(manager: FeatureManager):
280
280
manager .add ("organizations:performance-saved-queries" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
281
281
# Enable querying spans fields stats from comparative workflows project
282
282
manager .add ("organizations:performance-spans-fields-stats" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
283
- # Enable linking to trace explorer from metrics
284
- manager .add ("organizations:performance-trace-explorer-with-metrics" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
285
283
# Enable FE/BE for tracing without performance
286
284
manager .add ("organizations:performance-tracing-without-performance" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , default = True , api_expose = True )
287
285
# Enable transaction name only search
@@ -462,8 +460,6 @@ def register_temporary_features(manager: FeatureManager):
462
460
manager .add ("organizations:visibility-explore-equations" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
463
461
# Enable the new explore page
464
462
manager .add ("organizations:visibility-explore-view" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
465
- # Enable the dataset toggle on the new explore page
466
- manager .add ("organizations:visibility-explore-dataset" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
467
463
# Enable high date range options on new explore page
468
464
manager .add ("organizations:visibility-explore-range-high" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
469
465
# Enable medium date range options on new explore page
0 commit comments