process.executable.name
string PII: Maybe OTel: True The name of the executable that started the process.
Example
getsentry Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
"key": "process.executable.name",
"brief": "The name of the executable that started the process.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"example": "getsentry",
"changelog": [
{
"version": "0.1.0",
"prs": [
127
]
},
{
"version": "0.0.0"
}
]
}