Device Attributes

5 attributes in this category. 5 stable

Stable Attributes

device.brand

string PII: Maybe OTel: False

The brand of the device.

Example Apple
Changelog
v0.1.0 #116#127
Raw JSON
{
  "key": "device.brand",
  "brief": "The brand of the device.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "Apple",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        116,
        127
      ]
    }
  ]
}

device.cpu.logical_core_count

integer PII: Maybe OTel: False

The number of logical CPU cores available.

Example 14
Aliases hardwareConcurrency
SDKs javascript-browser
Changelog
next #281 Added attribute device.cpu.logical_core_count to be used instead of hardwareConcurrency
Raw JSON
{
  "key": "device.cpu.logical_core_count",
  "brief": "The number of logical CPU cores available.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 14,
  "alias": [
    "hardwareConcurrency"
  ],
  "sdks": [
    "javascript-browser"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        281
      ],
      "description": "Added attribute device.cpu.logical_core_count to be used instead of hardwareConcurrency"
    }
  ]
}

device.family

string PII: Maybe OTel: False

The family of the device.

Example iPhone
Changelog
v0.1.0 #116#127
Raw JSON
{
  "key": "device.family",
  "brief": "The family of the device.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "iPhone",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        116,
        127
      ]
    }
  ]
}

device.memory.estimated_capacity

integer PII: Maybe OTel: False

The estimated total memory capacity of the device, only a rough estimation in gigabytes. Browsers report estimations in buckets of powers of 2, mostly capped at 8 GB

Example 8
Aliases deviceMemory
SDKs javascript-browser
Changelog
next #281 Added attribute device.memory.estimated_capacity to be used instead of deviceMemory
Raw JSON
{
  "key": "device.memory.estimated_capacity",
  "brief": "The estimated total memory capacity of the device, only a rough estimation in gigabytes. Browsers report estimations in buckets of powers of 2, mostly capped at 8 GB",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 8,
  "alias": [
    "deviceMemory"
  ],
  "sdks": [
    "javascript-browser"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        281
      ],
      "description": "Added attribute device.memory.estimated_capacity to be used instead of deviceMemory"
    }
  ]
}

device.model

string PII: Maybe OTel: False

The model of the device.

Example iPhone 15 Pro Max
Changelog
v0.1.0 #116#127
Raw JSON
{
  "key": "device.model",
  "brief": "The model of the device.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "iPhone 15 Pro Max",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        116,
        127
      ]
    }
  ]
}