feat(logs): register ourlogs-selection feature flag#118020
Closed
JoshuaKGoldberg wants to merge 1 commit into
Closed
feat(logs): register ourlogs-selection feature flag#118020JoshuaKGoldberg wants to merge 1 commit into
JoshuaKGoldberg wants to merge 1 commit into
Conversation
Adds the organizations:ourlogs-selection flag that gates always-visible row selection checkboxes in the Logs Explorer table. LOGS-881
Member
Author
|
Closing — wrong surface. This implemented logs-table row selection, but LOGS-881 is actually about always showing the multi-select checkboxes in the SearchQueryBuilder value dropdown (the affordance currently gated behind "Hold ⌘ to select multiple"). Reimplementing against the shared search dropdown instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Registers the
organizations:ourlogs-selectionfeature flag (FlagPole,api_expose=True) that gates the new always-visible row selection checkboxes in the Logs Explorer table. The flag is exposed to the frontend so the UI can render the checkboxes only for opted-in orgs, allowing the feature to be dark-launched and measured before a wider rollout.This is the backend half of LOGS-881 and lands first; the frontend change that reads this flag ships in a separate PR. Linear: https://linear.app/getsentry/issue/LOGS-881