File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
aws-toolkit-telemetry-definitions Expand file tree Collapse file tree 2 files changed +0
-2
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" },
396395 { "type" : " amazonqConversationId" },
397396 { "type" : " codewhispererterminal_mcpServerInitFailureReason" , "required" : false },
398397 { "type" : " codewhispererterminal_toolsPerMcpServer" }
Original file line number Diff line number Diff line change @@ -359,7 +359,6 @@ impl Event {
359359 } => Some (
360360 CodewhispererterminalMcpServerInit {
361361 create_time : self . created_time ,
362- credential_start_url : self . credential_start_url . map ( Into :: into) ,
363362 value : None ,
364363 amazonq_conversation_id : Some ( conversation_id. into ( ) ) ,
365364 codewhispererterminal_mcp_server_init_failure_reason : init_failure_reason
You can’t perform that action at this time.
0 commit comments