Closed tobias-bahls closed 1 year ago
OpenTracing implementations may throw an IllegalArgumentException (see here) when there are issues deserializing the span state (e.g. a client sending corrupted header).
IllegalArgumentException
This exception should be swallowed so that the request can still be processed.
OpenTracing implementations may throw an
IllegalArgumentException
(see here) when there are issues deserializing the span state (e.g. a client sending corrupted header).This exception should be swallowed so that the request can still be processed.