exception.escaped
boolean PII: False OTel: True SHOULD be set to true if the exception event is recorded at a point where it is known that the exception is escaping the scope of the span.
Example
true Raw JSON
{
"key": "exception.escaped",
"brief": "SHOULD be set to true if the exception event is recorded at a point where it is known that the exception is escaping the scope of the span.",
"type": "boolean",
"pii": {
"key": "false"
},
"is_in_otel": true,
"example": true
}