Skip to content

Commit

Permalink
adding telemetry at time of form selection for one or multiple diffs (#…
Browse files Browse the repository at this point in the history
…5163)

Co-authored-by: David <[email protected]>
  • Loading branch information
ntarakad-aws and dhasani23 authored Dec 9, 2024
1 parent 6156c00 commit 99a8642
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ class CodeTransformChatController(
EXPLAINABILITY_V1
)
}
telemetry.submitSelection(message.oneOrMultipleDiffsSelection)
codeTransformChatHelper.addNewMessage(buildUserOneOrMultipleDiffsSelectionChatContent(message.oneOrMultipleDiffsSelection))
codeTransformChatHelper.addNewMessage(buildCompileLocalInProgressChatContent())
codeModernizerManager.codeTransformationSession?.let {
Expand Down

0 comments on commit 99a8642

Please sign in to comment.