Fix event property name (#15026)

This commit is contained in:
Charles Gagnon
2021-04-07 13:37:17 -07:00
committed by GitHub
parent 95f8c3c8b0
commit 1c66499910

View File

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