Skip to content

Commit 75a6cbc

Browse files
authored
chore(explore): Remove used explore flag backend (#104021)
This flags has been rolled out so we can remove it now. Depends on #104020 and #104016
1 parent 589bc31 commit 75a6cbc

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
@@ -519,8 +519,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
519519
manager.add("organizations:user-feedback-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
520520
# Enable view hierarchies options
521521
manager.add("organizations:view-hierarchies-options-dev", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
522-
# Enable aggregates table editor on the new explore page
523-
manager.add("organizations:visibility-explore-aggregate-editor", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
524522
# Enable equations feature on the new explore page
525523
manager.add("organizations:visibility-explore-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
526524
# Enable equations feature in dashboards
@@ -587,8 +585,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
587585
manager.add("organizations:ourlogs-tags-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
588586
# Enable service hooks outbox
589587
manager.add("organizations:service-hooks-outbox", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
590-
# Enable UI for log high fidelity queries
591-
manager.add("organizations:ourlogs-high-fidelity", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
592588
# Enable alerting on trace metrics
593589
manager.add("organizations:tracemetrics-alerts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
594590
# Enable trace metrics in dashboards UI

0 commit comments

Comments
 (0)