RestClient observation flags error for UnknownContentTypeException twice #33347
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: observability
An issue related to observability and tracing
type: bug
A general bug
Milestone
When an
UnknownContentTypeException
is thrown byRestClient
it flags the observation in error with it but that isn't necessary as this exception is aRestClientException
and that's done higher in the stack already.The text was updated successfully, but these errors were encountered: