Skip to content

Commit ef93e76

Browse files
committed
Added device.machine attribute
1 parent e908211 commit ef93e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Model/Attributes/PiiAttributeProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public void GetAttributes(IDictionary<string, string> attributes)
1818
if (SystemInfo.deviceModel != SystemInfo.unsupportedIdentifier)
1919
{
2020
attributes["device.model"] = SystemInfo.deviceModel;
21+
attributes["device.machine"] = SystemInfo.deviceModel;
2122
// This is typically the "name" of the device as it appears on the networks.
2223
attributes["device.name"] = SystemInfo.deviceName;
2324
attributes["device.type"] = SystemInfo.deviceType.ToString();

0 commit comments

Comments
 (0)