Skip to content

Commit 5d3818e

Browse files
authored
chore(tracemetrics): Remove attributes dropdown side panel flag (#112341)
Remove the `organizations:tracemetrics-attributes-dropdown-side-panel` feature flag registration from the backend. Refs LOGS-671 Made with [Cursor](https://cursor.com)
1 parent a8c4530 commit 5d3818e

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
@@ -486,8 +486,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
486486
manager.add("organizations:ourlogs-table-expando", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
487487
# Enable alerting on trace metrics
488488
manager.add("organizations:tracemetrics-alerts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
489-
# Enable attributes dropdown side panel in trace metrics
490-
manager.add("organizations:tracemetrics-attributes-dropdown-side-panel", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
491489
# Enable trace metrics product (known internally as tracemetrics) in UI and backend
492490
manager.add("organizations:tracemetrics-enabled", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
493491
# Enable equations in trace metrics explore

0 commit comments

Comments
 (0)