Constant EXCEPTION_ESCAPED

pub const EXCEPTION_ESCAPED: &'static str;
👎Deprecated: {note: It’s no longer recommended to record exceptions that are handled and do not escape the scope of a span., reason: uncategorized}
Expand description

Indicates that the exception is escaping the scope of the span.

§Notes