Currently, when a message of type EXCEPTION is returned by a thrift service, the server-side span is tagged as an error. However, no details of the exception are logged to the span. When the SpanProcessor catches an exception, it creates error logs and adds them to the span. Can the library do the same when the exception is returned by thrift? Just the type of the exception being returned would be useful.
Currently, when a message of type EXCEPTION is returned by a thrift service, the server-side span is tagged as an error. However, no details of the exception are logged to the span. When the SpanProcessor catches an exception, it creates error logs and adds them to the span. Can the library do the same when the exception is returned by thrift? Just the type of the exception being returned would be useful.