feat(explore): Register conversations list chart referrer - #120551
Merged
Conversation
Register the api.explore.conversations.list.chart referrer used by the AI Conversations overview chart when it queries the events-timeseries endpoint. Previously the referrer was unregistered and only produced a validate_referrer warning. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…rrers Register the api.explore.conversations.onboarding and api.explore.conversations.get-agent-names referrers used by the AI Conversations page. onboarding is sent by the onboarding span-waiter hooks; get-agent-names is sent by the agent selector. Both were previously unregistered under the api.insights.conversations.* prefix and only produced validate_referrer warnings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
vgrozdanic
approved these changes
Jul 24, 2026
Contributor
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.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 326b288. Configure here.
Member
Author
|
bots are confused as the referrers are not yet added in the FE |
ArthurKnaus
added a commit
that referenced
this pull request
Jul 24, 2026
Add a chart above the conversations list showing cost, message volume, or conversation count over time, so users can spot trends without opening individual conversations. The chart reuses the page's existing project, agent, and search filters, and lets users switch the metric, toggle line/bar, and pick the time interval. Gated behind the conversations redesign feature flag. Depends on #120551 registering the new `api.explore.conversations.*` referrers Closes TET-2739
Christinarlong
pushed a commit
that referenced
this pull request
Jul 24, 2026
Register three AI Conversations referrers in the Referrer enum: api.explore.conversations.list.chart api.explore.conversations.onboarding api.explore.conversations.get-agent-names The frontend (static/app/views/explore/conversations/) will send these to the events-timeseries and events endpoints
Christinarlong
pushed a commit
that referenced
this pull request
Jul 24, 2026
Add a chart above the conversations list showing cost, message volume, or conversation count over time, so users can spot trends without opening individual conversations. The chart reuses the page's existing project, agent, and search filters, and lets users switch the metric, toggle line/bar, and pick the time interval. Gated behind the conversations redesign feature flag. Depends on #120551 registering the new `api.explore.conversations.*` referrers Closes TET-2739
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Register three AI Conversations referrers in the
Referrerenum:api.explore.conversations.list.chartapi.explore.conversations.onboardingapi.explore.conversations.get-agent-namesThe frontend (
static/app/views/explore/conversations/) will send these to theevents-timeseriesandeventsendpoints