Skip to content

Commit 22c2270

Browse files
authored
chore(explore): Remove some unused explore feature flags (#90224)
1 parent d303d2a commit 22c2270

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ def register_temporary_features(manager: FeatureManager):
280280
manager.add("organizations:performance-saved-queries", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
281281
# Enable querying spans fields stats from comparative workflows project
282282
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)
285283
# Enable FE/BE for tracing without performance
286284
manager.add("organizations:performance-tracing-without-performance", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, default=True, api_expose=True)
287285
# Enable transaction name only search
@@ -462,8 +460,6 @@ def register_temporary_features(manager: FeatureManager):
462460
manager.add("organizations:visibility-explore-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
463461
# Enable the new explore page
464462
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)
467463
# Enable high date range options on new explore page
468464
manager.add("organizations:visibility-explore-range-high", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
469465
# Enable medium date range options on new explore page

0 commit comments

Comments
 (0)