Session Attributes

1 attribute in this category. 1 stable

1 attribute

Stable Attributes

session.id

string PII: Maybe Visibility: Public OTel: True

A unique id identifying the active session at the time of setting this attribute

Example 00112233-4455-6677-8899-aabbccddeeff
Changelog
next #412 Added session.id attribute
Raw JSON
{
  "key": "session.id",
  "brief": "A unique id identifying the active session at the time of setting this attribute",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "00112233-4455-6677-8899-aabbccddeeff",
  "changelog": [
    {
      "version": "next",
      "prs": [
        412
      ],
      "description": "Added session.id attribute"
    }
  ]
}