Add telemetry for what users have in publish profile (#19805)

* add telemetry for what users have in publish profile

* simplify check

* add falsy checks
This commit is contained in:
Kim Santiago
2022-06-23 13:43:08 -07:00
committed by GitHub
parent 0e09435285
commit ec57115383
2 changed files with 10 additions and 1 deletions

View File

@@ -44,5 +44,6 @@ export enum TelemetryActions {
generateProjectFromOpenApiSpec = 'generateProjectFromOpenApiSpec',
publishOptionsOpened = 'publishOptionsOpened',
resetOptions = 'resetOptions',
optionsChanged = 'optionsChanged'
optionsChanged = 'optionsChanged',
profileLoaded = 'profileLoaded'
}