Skip to content

Commit 6e9e406

Browse files
committed
chore: adds credential start url to chat mcp server init datum
1 parent f6f2239 commit 6e9e406

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/chat-cli/src/telemetry/core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ impl Event {
176176
} => Some(
177177
CodewhispererterminalMcpServerInit {
178178
create_time: self.created_time,
179+
credential_start_url: self.credential_start_url.map(Into::into),
179180
value: None,
180181
amazonq_conversation_id: Some(conversation_id.into()),
181182
codewhispererterminal_mcp_server_init_failure_reason: init_failure_reason

crates/chat-cli/telemetry_definitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
"description": "Emitted once per mcp server on start up",
229229
"passive": false,
230230
"metadata": [
231+
{ "type": "credentialStartUrl" },
231232
{ "type": "amazonqConversationId" },
232233
{
233234
"type": "codewhispererterminal_mcpServerInitFailureReason",

0 commit comments

Comments
 (0)