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 ab6514e commit f111023Copy full SHA for f111023
Runtime/Model/Attributes/PiiAttributeProvider.cs
@@ -19,8 +19,6 @@ public void GetAttributes(IDictionary<string, string> attributes)
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();
25
}
26
0 commit comments