feat(conversations): Add analytics tracking for conversations feature#107477
Merged
priscilawebdev merged 3 commits intomasterfrom Feb 3, 2026
Merged
feat(conversations): Add analytics tracking for conversations feature#107477priscilawebdev merged 3 commits intomasterfrom
priscilawebdev merged 3 commits intomasterfrom
Conversation
Add comprehensive analytics tracking to the Conversations feature to monitor user interactions and page views. This includes tracking for page loads, drawer interactions, tab switches, and span selections. The analytics events follow the established pattern used in other insights pages (Agent Monitoring, MCP) and include proper organization context for all events. Events added: - conversations.page-view: Tracks when users view the conversations page - conversations.drawer.open: Tracks when the conversation drawer opens - conversations.drawer.tab-switch: Tracks tab changes with from/to context - conversations.drawer.span-select: Tracks span selection in the drawer Co-Authored-By: Claude <noreply@anthropic.com>
obostjancic
approved these changes
Feb 3, 2026
Member
obostjancic
left a comment
There was a problem hiding this comment.
Looks good, but as mentioned in the planning I;d be really interested in knowing how the drawer gets opened (drect link, click on the id in the table, click on input, click on output)
271c6cd to
576b31b
Compare
Member
Author
this info isn't in the ticket - thanks for the reminder! Added in the commit. |
shellmayr
pushed a commit
that referenced
this pull request
Feb 4, 2026
…#107477) Add comprehensive analytics tracking to the Conversations feature to monitor user interactions and page views. Events added: - conversations.page-view: Tracks when users view the conversations page - conversations.drawer.open: Tracks when the conversation drawer opens - conversations.drawer.tab-switch: Tracks tab changes with from/to context - conversations.drawer.span-select: Tracks span selection in the drawer
jaydgoss
pushed a commit
that referenced
this pull request
Feb 12, 2026
…#107477) Add comprehensive analytics tracking to the Conversations feature to monitor user interactions and page views. Events added: - conversations.page-view: Tracks when users view the conversations page - conversations.drawer.open: Tracks when the conversation drawer opens - conversations.drawer.tab-switch: Tracks tab changes with from/to context - conversations.drawer.span-select: Tracks span selection in the drawer
1 task
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 analytics tracking to the Conversations feature to monitor user interactions and page views.
Events added:
Contributes to https://linear.app/getsentry/issue/TET-1836/conversations-analytics