Skip to content

feat(explore): Auto manage fields from visualize #93323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

Zylphrex
Copy link
Member

@Zylphrex Zylphrex commented Jun 11, 2025

This tries to automatically manage the fields used in visualize. When a field is visualized, we will automatically add it to the table. But when that visualization is removed, it is also removed from the table. Also makes sure it interacts well with user interactions such as adding/removing a column.

Closes EXP-34

This tries to automatically manage the fields used in visualize. When a field is
visualized, we will automatically add it to the table. But when that
visualization is removed, it is also removed from the table. Also makes sure it
interacts well with user interactions such as adding/removing a column.
@Zylphrex Zylphrex requested a review from a team as a code owner June 11, 2025 14:20
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 11, 2025
@Zylphrex Zylphrex merged commit b43868d into master Jun 13, 2025
45 checks passed
@Zylphrex Zylphrex deleted the txiao/feat/auto-manage-fields-from-visualize branch June 13, 2025 14:00
Copy link

sentry-io bot commented Jun 17, 2025

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ TypeError: o.keys().forEach is not a function. (In 'o.keys().forEach(u)', 'o.keys().forEach' is undefined) /explore/traces/ View Issue

Did you find this useful? React with a 👍 or 👎

billyvg pushed a commit that referenced this pull request Jun 18, 2025
This tries to automatically manage the fields used in visualize. When a
field is visualized, we will automatically add it to the table. But when
that visualization is removed, it is also removed from the table. Also
makes sure it interacts well with user interactions such as
adding/removing a column.

Closes EXP-34
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
This tries to automatically manage the fields used in visualize. When a
field is visualized, we will automatically add it to the table. But when
that visualization is removed, it is also removed from the table. Also
makes sure it interacts well with user interactions such as
adding/removing a column.

Closes EXP-34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants