Skip to content

Commit 9c47a6a

Browse files
committed
chore(logs): Remove visibility-explore-aggregate-editor flag backend
This flag has been rolled out so we can remove it now. Depends on #104020
1 parent c3e99bb commit 9c47a6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
517517
manager.add("organizations:user-feedback-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
518518
# Enable view hierarchies options
519519
manager.add("organizations:view-hierarchies-options-dev", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
520-
# Enable aggregates table editor on the new explore page
521-
manager.add("organizations:visibility-explore-aggregate-editor", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
522520
# Enable equations feature on the new explore page
523521
manager.add("organizations:visibility-explore-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
524522
# Enable equations feature in dashboards

0 commit comments

Comments
 (0)