pub const EXCEPTION_ESCAPED: &str = "exception.escaped";
👎Deprecated: It’s no longer recommended to record exceptions that are handled and do not escape the scope of a span.
Expand description
Indicates that the exception is escaping the scope of the span.