Skip to content

ref(explore): Add dev features flag#113081

Merged
k-fish merged 1 commit intomasterfrom
ref/explore/add-explore-dev-features
Apr 15, 2026
Merged

ref(explore): Add dev features flag#113081
k-fish merged 1 commit intomasterfrom
ref/explore/add-explore-dev-features

Conversation

@k-fish
Copy link
Copy Markdown
Member

@k-fish k-fish commented Apr 15, 2026

Summary

We've been putting some features behind long lived flags (eg. stats) to help double check outcomes while not showing them to users as they are confusing and unrelated to their billing. Instead of multiple flags, for long lived explore dev features, this flag can be used moving forward.

We've been putting some features behind long lived flags (eg. stats) to help double check outcomes while not showing them to users as they are confusing and unrelated to their billing. Instead of multiple flags, for long lived explore dev features, this flag can be used moving forward.
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 15, 2026
Copy link
Copy Markdown
Member

@wmak wmak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f5ff9ee. Configure here.

# Enable the expand/collapse table height toggle in the logs UI
manager.add("organizations:ourlogs-table-expando", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable various explore related dev features, may be used by internal branches for testing.
manager.add("organizations:explore-dev-features", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feature flag placed in wrong alphabetical position

Low Severity

The explore-dev-features flag is added at line 504 (between the ourlogs and tracemetrics sections), but the file's convention (stated on line 30) requires alphabetical ordering. The existing explore-errors flag is at line 126, and explore-dev-features alphabetically precedes it, so the new flag belongs near line 125–126 alongside the other explore-* flags.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f5ff9ee. Configure here.

@k-fish k-fish merged commit 41ac058 into master Apr 15, 2026
78 checks passed
@k-fish k-fish deleted the ref/explore/add-explore-dev-features branch April 15, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants