connect dialog telemetry (#15267)

* add connection dialog telemetry

* reset source

* add to correct place
This commit is contained in:
Alan Ren
2021-04-28 14:44:31 -07:00
committed by GitHub
parent 659fa2f78d
commit e42da81005
4 changed files with 27 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ export abstract class Modal extends Disposable implements IThemable {
constructor(
private _title: string,
private _name: string,
private readonly _telemetryService: IAdsTelemetryService,
protected readonly _telemetryService: IAdsTelemetryService,
protected readonly layoutService: ILayoutService,
protected readonly _clipboardService: IClipboardService,
protected readonly _themeService: IThemeService,