add open table designer event telemetry (#17595)

* add open table designer telemetry event

* rename variables to reflect the text change

* format code
This commit is contained in:
Alan Ren
2021-11-04 17:00:32 -07:00
committed by GitHub
parent a34b5a0db7
commit f07427f2c1
4 changed files with 15 additions and 8 deletions

View File

@@ -42,7 +42,8 @@ export const enum TelemetryView {
Notebook = 'Notebook',
ResultsPanel = 'ResultsPanel',
Shell = 'Shell',
SqlAssessment = 'SqlAssessment'
SqlAssessment = 'SqlAssessment',
TableDesigner = 'TableDesigner'
}
export const enum TelemetryError {