Fix event property name (#15026) (#15031)

(cherry picked from commit 1c66499910)
This commit is contained in:
Charles Gagnon
2021-04-07 16:15:34 -07:00
committed by GitHub
parent 519012c690
commit 49147305e8

View File

@@ -48,7 +48,7 @@ class TelemetryEventImpl implements ITelemetryEvent {
assign(this._properties,
{
authenticationType: connectionInfo?.authenticationType,
providerName: connectionInfo?.providerName
provider: connectionInfo?.providerName
});
return this;
}