diff --git a/src/sql/platform/telemetry/common/adsTelemetryService.ts b/src/sql/platform/telemetry/common/adsTelemetryService.ts index ba04537418..9742590a7b 100644 --- a/src/sql/platform/telemetry/common/adsTelemetryService.ts +++ b/src/sql/platform/telemetry/common/adsTelemetryService.ts @@ -48,7 +48,7 @@ class TelemetryEventImpl implements ITelemetryEvent { assign(this._properties, { authenticationType: connectionInfo?.authenticationType, - providerName: connectionInfo?.providerName + provider: connectionInfo?.providerName }); return this; }