Add telemetry events for rename and move in sql project (#22068)

* add telemetry events for rename and move in sql project

* remove check

* update telemetry events
This commit is contained in:
Kim Santiago
2023-03-01 10:25:09 -08:00
committed by GitHub
parent e69346e7fa
commit d6358b3e29
2 changed files with 25 additions and 14 deletions

View File

@@ -47,5 +47,7 @@ export enum TelemetryActions {
optionsChanged = 'optionsChanged',
profileLoaded = 'profileLoaded',
SchemaComparisonFinished = 'SchemaComparisonFinished',
SchemaComparisonStarted = 'SchemaComparisonStarted'
SchemaComparisonStarted = 'SchemaComparisonStarted',
rename = "rename",
move = "move"
}