feat(conversations): Add Amplitude analytics to conversation pages#115622
Merged
obostjancic merged 2 commits intoMay 18, 2026
Conversation
Contributor
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.53% |
9042232 to
09cada2
Compare
09cada2 to
24a0f34
Compare
24a0f34 to
45d33f1
Compare
Add comprehensive analytics tracking to the conversations feature: - Table: track clicks on conversation ID, input/output rows, pagination, and search submissions - Detail page: track page view, span selection, copy conversation ID, trace link clicks, and errors link clicks - Messages: track message clicks (with role) and tool call clicks - Rename stale drawer.tab-switch event to detail.tab-switch - Remove unused drawer.open and drawer.span-select event definitions Closes LINEAR-TET-2351
45d33f1 to
717a0f3
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 717a0f3. Configure here.
matejminar
approved these changes
May 18, 2026
- Fix shared ConversationAggregatesBar firing detail-specific analytics from trace AI tab by accepting an optional onErrorsLinkClick callback - Add conversationId to page-view useEffect dependency array so navigating between conversations fires a new page-view event - Remove duplicate conversations.table.search analytics event since search bars already have built-in analytics with source and query metadata
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.

Add comprehensive Amplitude analytics tracking to the conversations feature to understand how users interact with the conversations table and detail pages.
Remove unused
drawer.openanddrawer.span-selectevent definitions that were never wired up, and renamedrawer.tab-switchtodetail.tab-switchsince the drawer no longer exists.Closes TET-2351