We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e908211 commit ef93e76Copy full SHA for ef93e76
Runtime/Model/Attributes/PiiAttributeProvider.cs
@@ -18,6 +18,7 @@ public void GetAttributes(IDictionary<string, string> attributes)
18
if (SystemInfo.deviceModel != SystemInfo.unsupportedIdentifier)
19
{
20
attributes["device.model"] = SystemInfo.deviceModel;
21
+ attributes["device.machine"] = SystemInfo.deviceModel;
22
// This is typically the "name" of the device as it appears on the networks.
23
attributes["device.name"] = SystemInfo.deviceName;
24
attributes["device.type"] = SystemInfo.deviceType.ToString();
0 commit comments