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 8c88537 commit 246ef85Copy full SHA for 246ef85
telemetry/definitions/commonDefinitions.json
@@ -139,6 +139,14 @@
139
"type": "int",
140
"description": "A generic number of attempts"
141
},
142
+ {
143
+ "name": "auth_customEndpoint",
144
+ "description": "User used a custom endpoint"
145
+ },
146
147
+ "name": "auth_localstackEndpoint",
148
+ "description": "User used a LocalStack connection"
149
150
{
151
"name": "authConnectionsCount",
152
@@ -2218,7 +2226,8 @@
2218
2226
"dotnet-deploy-cli",
2219
2227
"aws-cli",
2220
2228
"sam-cli",
2221
- "docker"
2229
+ "docker",
2230
+ "localstack"
2222
2231
]
2223
2232
2224
2233
0 commit comments