Skip to content

Commit 13ecdb9

Browse files
committed
chore: adds credential start url to mcp server init telemetry datum
1 parent 52b5455 commit 13ecdb9

File tree

2 files changed

+2
-0
lines changed
  • crates

2 files changed

+2
-0
lines changed

crates/aws-toolkit-telemetry-definitions/def.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
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" }

crates/fig_telemetry_core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)