Skip to content

Commit 122ef3d

Browse files
feat(logs): Add ourlogs-table-expando feature flag (#112031)
Register the `organizations:ourlogs-table-expando` feature flag to gate the expand/collapse table height toggle in the logs UI. Split out from #109819 so the flag lands independently of the UI changes. Made with [Cursor](https://cursor.com) Co-authored-by: Claude Opus <noreply@anthropic.com>
1 parent c49bbac commit 122ef3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
459459
manager.add("organizations:ourlogs-stats", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
460460
# Enable overlaying charts in logs
461461
manager.add("organizations:ourlogs-overlay-charts-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
462+
# Enable the expand/collapse table height toggle in the logs UI
463+
manager.add("organizations:ourlogs-table-expando", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
462464
# Enable alerting on trace metrics
463465
manager.add("organizations:tracemetrics-alerts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
464466
# Enable attributes dropdown side panel in trace metrics

0 commit comments

Comments
 (0)