Add telemetry for schema compare and sql database projects options dialogs (#19799)

* add more telemetry for schema compare and sql projects options dialogs

* cleanup

* change to sendActionEvent
This commit is contained in:
Kim Santiago
2022-06-22 13:31:28 -07:00
committed by GitHub
parent c24305f9d8
commit a3cad2378c
5 changed files with 22 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export enum TelemetryViews {
ProjectController = 'ProjectController',
SqlProjectPublishDialog = 'SqlProjectPublishDialog',
ProjectTree = 'ProjectTree',
PublishOptionsDialog = 'PublishOptionsDialog'
}
export enum TelemetryActions {
@@ -41,5 +42,7 @@ export enum TelemetryActions {
publishToContainer = 'publishToContainer',
publishToNewAzureServer = 'publishToNewAzureServer',
generateProjectFromOpenApiSpec = 'generateProjectFromOpenApiSpec',
publishConfigureOptionsClicked = 'PublishConfigureOptionsClicked'
publishOptionsOpened = 'publishOptionsOpened',
resetOptions = 'resetOptions',
optionsChanged = 'optionsChanged'
}