File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
aws-toolkit-telemetry-definitions Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 392392 "description" : " Emitted once per mcp server on start up" ,
393393 "passive" : false ,
394394 "metadata" : [
395+ { "type" : " credentialStartUrl" },
395396 { "type" : " amazonqConversationId" },
396397 { "type" : " codewhispererterminal_mcpServerInitFailureReason" , "required" : false },
397398 { "type" : " codewhispererterminal_toolsPerMcpServer" }
Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ impl Event {
359359 } => Some (
360360 CodewhispererterminalMcpServerInit {
361361 create_time : self . created_time ,
362+ credential_start_url : self . credential_start_url . map ( Into :: into) ,
362363 value : None ,
363364 amazonq_conversation_id : Some ( conversation_id. into ( ) ) ,
364365 codewhispererterminal_mcp_server_init_failure_reason : init_failure_reason
You can’t perform that action at this time.
0 commit comments