Skip to content

Commit 06e8b0a

Browse files
committed
add os platform
1 parent 235cdd7 commit 06e8b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/agents/Microsoft.Azure.Agent/Telemetry.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ private void LogTelemetry(AzTrace trace, Exception exception)
231231
["EventType"] = trace.EventType,
232232
["ShellCommand"] = trace.ShellCommand,
233233
["Details"] = GetDetailedMessage(trace.Details),
234+
["OSPlatform"] = AzTrace.Platform
234235
};
235236

236237
if (exception is null)

0 commit comments

Comments
 (0)