mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
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:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user