Adding telemetry framework to migration extension (#15284)

* Adding telemetry to sql-migration

* Adding some telemetry helper functions

* removing unncessary telemetry

* removing unncessary imports

* Changing name of telemetry sender methods and removing unused functions.

* Removing extra whitespace

* Fixing a typo
This commit is contained in:
Aasim Khan
2021-04-29 14:00:44 -07:00
committed by GitHub
parent 8d482a06e8
commit e00d48c210
4 changed files with 138 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"aiKey": "06ba2446-fa56-40aa-853a-26b73255b723",
"engines": {
"vscode": "*",
"azdata": ">=1.27.0"
@@ -79,6 +80,7 @@
]
},
"dependencies": {
"@microsoft/ads-extension-telemetry": "^1.1.3",
"vscode-nls": "^3.2.1"
},
"__metadata": {