Skip to content

Commit f111023

Browse files
authored
Remove device name reference (#203)
1 parent ab6514e commit f111023

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Runtime/Model/Attributes/PiiAttributeProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public void GetAttributes(IDictionary<string, string> attributes)
1919
{
2020
attributes["device.model"] = SystemInfo.deviceModel;
2121
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;
2422
attributes["device.type"] = SystemInfo.deviceType.ToString();
2523
}
2624
}

0 commit comments

Comments
 (0)