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 70a3562 commit 5be76e0Copy full SHA for 5be76e0
telemetry/definitions/commonDefinitions.json
@@ -2137,7 +2137,8 @@
2137
"name": "signInOption",
2138
"type": "string",
2139
"allowedValues": [
2140
- "Company account",
+ "BuilderId",
2141
+ "iamIdentityCenter",
2142
"IAM Credentials",
2143
"Other"
2144
],
@@ -4002,6 +4003,15 @@
4002
4003
}
4004
]
4005
},
4006
+ {
4007
+ "name": "auth_signInOptionClick",
4008
+ "description": "Emitted when User click a login option from login webview",
4009
+ "metadata": [
4010
4011
+ "type": "signInOption"
4012
+ }
4013
+ ]
4014
+ },
4015
{
4016
"name": "auth_signInPageClosed",
4017
"description": "When the Amazon Q sign in page is closed.",
0 commit comments