Skip to content
31 changes: 31 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,16 @@
"type": "string",
"description": "The state of the setting being changed to. This should not be recorded for free-form settings like file-system paths. Instead, stick to things like flags, numbers, and enums."
},
{
"name": "signInOption",
"type": "string",
"allowedValues": [
"Company account",
"IAM Credentials",
"Other"
],
"description": "The sign in option for AmazonQ extension."
},
{
"name": "source",
"type": "string",
Expand Down Expand Up @@ -3988,6 +3998,27 @@
}
]
},
{
"name": "auth_loginFailure",
"description": "Emitted when User submit IAM/SSO form but receive error",
"metadata": [
{
"type": "credentialType"
},
{
"type": "reason"
}
]
},
{
"name": "auth_signInOptionClick",
"description": "Emitted when User click a login option from login webview",
"metadata": [
{
"type": "signInOption"
}
]
},
{
"name": "auth_signInPageClosed",
"description": "When the Amazon Q sign in page is closed.",
Expand Down