fix(aci): Add charts to contributing issues#110162
Conversation
Activates the graph column for contributing issues https://sentry.sentry.io/issues/7096697783/
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.
| queryParams={queryParams} | ||
| canSelectGroups={false} | ||
| withChart={false} | ||
| withChart |
There was a problem hiding this comment.
Chart stats period misaligned with query time range
Medium Severity
Enabling withChart without passing groupStatsPeriod: 'auto' in queryParams (or customStatsPeriod to GroupList) means the charts will always display a fixed 24-hour stats period, even though the issues are queried for the open period's custom start/end range. The comparable relatedIssues.tsx correctly passes both groupStatsPeriod: 'auto' and customStatsPeriod to align the chart data with the query time range. When the open period extends beyond 24 hours, the chart will show misleading, incomplete data.
Additional Locations (1)
There was a problem hiding this comment.
@scttcper this looks like it's right, we do want an auto stats period


Activates the graph column for contributing issues https://sentry.sentry.io/issues/7096697783/