GitHub - add push error handler telemetry to understand usage (#185573)

* GitHub - add push error handler telemetry to understand usage

* Add yarn.lock file

* Pull request feedback
This commit is contained in:
Ladislau Szomoru
2023-06-19 19:09:45 +02:00
committed by GitHub
parent 2dcfc3798f
commit 8f8848433b
4 changed files with 373 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
"engines": {
"vscode": "^1.41.0"
},
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"icon": "images/icon.png",
"categories": [
"Other"
@@ -181,7 +182,8 @@
"@octokit/graphql": "5.0.5",
"@octokit/graphql-schema": "14.4.0",
"@octokit/rest": "19.0.4",
"tunnel": "^0.0.6"
"tunnel": "^0.0.6",
"@vscode/extension-telemetry": "0.7.5"
},
"devDependencies": {
"@types/node": "16.x"