Add telemetry to custom provider endpoints (#24229)

* add telemetry to custom provider endpoints

* add reload ads telemetry

* change import

* add telemetry error event

* use vscode getpackageinfo

* remove getpackageinfo, fix semicolon

* use enum for telemetry message

* add enum, use error object instead of message for telemetry
This commit is contained in:
Christopher Suh
2023-08-30 10:07:53 -07:00
committed by GitHub
parent 55b6f4d16b
commit 9eee1384b4
5 changed files with 49 additions and 0 deletions

View File

@@ -526,6 +526,7 @@
"@azure/storage-blob": "^12.13.0",
"axios": "^0.27.2",
"lockfile": "1.0.4",
"@microsoft/ads-extension-telemetry": "^3.0.1",
"node-fetch": "^2.6.7",
"qs": "^6.9.1",
"universalify": "^0.1.2",