Add Pendo track events for key user interactions#116
Open
novus-by-pendo-dev[bot] wants to merge 1 commit into
Open
Add Pendo track events for key user interactions#116novus-by-pendo-dev[bot] wants to merge 1 commit into
novus-by-pendo-dev[bot] wants to merge 1 commit into
Conversation
Instrument 9 pendo.track() events: user_signed_up, user_logged_in, user_logged_out, profile_updated, message_sent, command_executed, chat_created, chat_deleted, and chat_search_executed with relevant metadata properties for analytics and segmentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
pendo.track()events across the BrowseGPT extension to capture key user interactionsuser_signed_up,user_logged_in,user_logged_out,profile_updated,message_sent,command_executed,chat_created,chat_deleted,chat_search_executedTest plan
user_signed_upfires with correctauth_providerafter successful OAuth sign-up via Google, GitHub, and Facebookuser_logged_infires with correctauth_providerafter successful OAuth loginuser_logged_outfires before Pendo session is cleared on logoutprofile_updatedfires after successful profile form submission with correctis_first_profile_completionflagmessage_sentfires on successful GPT response with message/response lengthscommand_executedfires when a slash command is used with command name and search querychat_createdfires when a new chat is created with correct total countchat_deletedfires when a chat is deleted with correct remaining count and active chat flagchat_search_executedfires after 500ms debounce when searching chats, with result count🤖 Generated with Claude Code