feat(issues): Add open in explore to regression breakpoint#109759
feat(issues): Add open in explore to regression breakpoint#109759
Conversation
Currently there's no link to view the chart in more detail on the page.
There was a problem hiding this comment.
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, | ||
| }, |
There was a problem hiding this comment.
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.


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