Telemetry events sent through TelemetryReporter.sendTelemetryEvent with just the eventName parameter (/ undefined for properties) do not include the common properties like common.extname; e.g. comparing two ticks
tr.sendTelemetryEvent("shareProject");
vs.
tr.sendTelemetryEvent("duplicateAsset", {});
I would expect it to always fill in the common properties.
Thanks for the report, if you get a chance please verify this works as expected in Mondays insiders build. The fix is upstream so you will not need to update your module at all.
Telemetry events sent through
TelemetryReporter.sendTelemetryEvent
with just theeventName
parameter (/ undefined forproperties
) do not include the common properties likecommon.extname
; e.g. comparing two ticksvs.
I would expect it to always fill in the common properties.
Thanks~