Skip to content

fix(dashboards): Exclude is_starred_transaction from explore URLs#108126

Merged
DominikB2014 merged 3 commits intomasterfrom
dominikbuszowiecki/browse-328-open-to-explore-should-exclude-starred_transaction-field
Feb 12, 2026
Merged

fix(dashboards): Exclude is_starred_transaction from explore URLs#108126
DominikB2014 merged 3 commits intomasterfrom
dominikbuszowiecki/browse-328-open-to-explore-should-exclude-starred_transaction-field

Conversation

@DominikB2014
Copy link
Contributor

@DominikB2014 DominikB2014 commented Feb 12, 2026

Summary

  • The is_starred_transaction field is used internally by dashboard widgets to pin starred transactions to the top of tables, but is not supported in the Explore page
  • Filters is_starred_transaction from group by columns, fields, and sort when generating explore URLs from dashboard widgets
  • Applies to single-query, multi-query, and table row click explore URL generation

Test plan

  • Open a dashboard widget that includes is_starred_transaction in its fields/columns
  • Click "Open in Explore" — the explore URL should not contain is_starred_transaction in groupBy, fields, or sort params
  • Click a table row — the explore URL should not filter by is_starred_transaction

The is_starred_transaction field is not supported in the Explore page,
so filter it out when generating explore URLs from dashboard widgets.
@DominikB2014 DominikB2014 requested a review from a team as a code owner February 12, 2026 16:10
@linear
Copy link

linear bot commented Feb 12, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 12, 2026
Copy link
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.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@DominikB2014 DominikB2014 merged commit 12d4c4a into master Feb 12, 2026
61 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/browse-328-open-to-explore-should-exclude-starred_transaction-field branch February 12, 2026 16:41
jaydgoss pushed a commit that referenced this pull request Feb 12, 2026
…08126)

## Summary
- The `is_starred_transaction` field is used internally by dashboard
widgets to pin starred transactions to the top of tables, but is not
supported in the Explore page
- Filters `is_starred_transaction` from group by columns, fields, and
sort when generating explore URLs from dashboard widgets
- Applies to single-query, multi-query, and table row click explore URL
generation

## Test plan
- Open a dashboard widget that includes `is_starred_transaction` in its
fields/columns
- Click "Open in Explore" — the explore URL should not contain
`is_starred_transaction` in groupBy, fields, or sort params
- Click a table row — the explore URL should not filter by
`is_starred_transaction`
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