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
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"
}
]
}