Skip to content

feat(issues): Add open in explore to regression breakpoint#109759

Merged
scttcper merged 4 commits intomasterfrom
scttcper/add-open-in-explore-to-regression-breakpoint
Mar 6, 2026
Merged

feat(issues): Add open in explore to regression breakpoint#109759
scttcper merged 4 commits intomasterfrom
scttcper/add-open-in-explore-to-regression-breakpoint

Conversation

@scttcper
Copy link
Member

@scttcper scttcper commented Mar 3, 2026

Currently there's no link to view the chart in more detail on the page. example issue

image

Currently there's no link to view the chart in more detail on the page.
@scttcper scttcper requested review from a team as code owners March 3, 2026 00:49
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 3, 2026
@scttcper scttcper requested a review from a team March 3, 2026 00:50
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.

end: null,
period: `${RELATIVE_DAYS_WINDOW}d`,
utc: null,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Explore link uses wrong time range, ignoring breakpoint

Medium Severity

The chart displays data from a 28-day window centered on the breakpoint timestamp (14 days before and after), but the "Open in Explore" link uses period: '14d', which means "the last 14 days from now." If the regression breakpoint happened weeks or months ago, the explore view will show a completely different time range than the chart, making the link misleading. The datetime in selection needs start/end values derived from the breakpoint anchor (matching beforeDateTime/afterDateTime) rather than a relative period.

Fix in Cursor Fix in Web

@scttcper scttcper merged commit b50662b into master Mar 6, 2026
60 checks passed
@scttcper scttcper deleted the scttcper/add-open-in-explore-to-regression-breakpoint branch March 6, 2026 18:13
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