We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f2239 commit 6e9e406Copy full SHA for 6e9e406
crates/chat-cli/src/telemetry/core.rs
@@ -176,6 +176,7 @@ impl Event {
176
} => Some(
177
CodewhispererterminalMcpServerInit {
178
create_time: self.created_time,
179
+ credential_start_url: self.credential_start_url.map(Into::into),
180
value: None,
181
amazonq_conversation_id: Some(conversation_id.into()),
182
codewhispererterminal_mcp_server_init_failure_reason: init_failure_reason
crates/chat-cli/telemetry_definitions.json
@@ -228,6 +228,7 @@
228
"description": "Emitted once per mcp server on start up",
229
"passive": false,
230
"metadata": [
231
+ { "type": "credentialStartUrl" },
232
{ "type": "amazonqConversationId" },
233
{
234
"type": "codewhispererterminal_mcpServerInitFailureReason",
0 commit comments