Skip to content

Commit efa6269

Browse files
authored
[Lambda Console to IDE](VSCode) Add telemetry for console to ide (#1058)
## Problem Adds required metrics in console to ide. ## Solution <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e3f6ceb commit efa6269

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3523,6 +3523,32 @@
35233523
}
35243524
]
35253525
},
3526+
{
3527+
"name": "appbuilder_lambda2sam",
3528+
"description": "User click Convert a lambda function to SAM project",
3529+
"metadata": [
3530+
{
3531+
"type": "action",
3532+
"required": false
3533+
},
3534+
{
3535+
"type": "iac",
3536+
"required": false
3537+
},
3538+
{
3539+
"type": "result",
3540+
"required": false
3541+
},
3542+
{
3543+
"type": "runtime",
3544+
"required": false
3545+
},
3546+
{
3547+
"type": "source",
3548+
"required": false
3549+
}
3550+
]
3551+
},
35263552
{
35273553
"name": "appBuilder_openLocalInvokeWebView",
35283554
"description": "Click open Local invoke WebView button in Application Builder",
@@ -7266,6 +7292,30 @@
72667292
}
72677293
]
72687294
},
7295+
{
7296+
"name": "lambda_quickDeploy",
7297+
"description": "Lambda function was deployed from temp",
7298+
"metadata": [
7299+
{
7300+
"type": "action",
7301+
"required": false
7302+
}
7303+
]
7304+
},
7305+
{
7306+
"name": "lambda_quickEditFunction",
7307+
"description": "Lambda function edit operation",
7308+
"metadata": [
7309+
{
7310+
"type": "action",
7311+
"required": false
7312+
},
7313+
{
7314+
"type": "source",
7315+
"required": true
7316+
}
7317+
]
7318+
},
72697319
{
72707320
"name": "lambda_updateFunctionCode",
72717321
"description": "Called when updating a Lambda function's code outside the context of a SAM template",
@@ -7279,6 +7329,10 @@
72797329
}
72807330
]
72817331
},
7332+
{
7333+
"name": "lambda_uriHandler",
7334+
"description": "Lambda URI handler was invoked"
7335+
},
72827336
{
72837337
"name": "languageServer_setup",
72847338
"description": "Sets up a language server",

0 commit comments

Comments
 (0)