mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
Fix event property name (#15026)
This commit is contained in:
@@ -48,7 +48,7 @@ class TelemetryEventImpl implements ITelemetryEvent {
|
||||
assign(this._properties,
|
||||
{
|
||||
authenticationType: connectionInfo?.authenticationType,
|
||||
providerName: connectionInfo?.providerName
|
||||
provider: connectionInfo?.providerName
|
||||
});
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user