mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
(cherry picked from commit 1c66499910)
This commit is contained in:
@@ -48,7 +48,7 @@ class TelemetryEventImpl implements ITelemetryEvent {
|
|||||||
assign(this._properties,
|
assign(this._properties,
|
||||||
{
|
{
|
||||||
authenticationType: connectionInfo?.authenticationType,
|
authenticationType: connectionInfo?.authenticationType,
|
||||||
providerName: connectionInfo?.providerName
|
provider: connectionInfo?.providerName
|
||||||
});
|
});
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user