Browse Source
Prior to this commit, error signals flowing from the client response publisher in `WebClient` would be set on the `Observation.Context`. This is enough for the observation convention to collect data about the error but observation handlers are not notified of this error. This commit sets the error instead on the observation directly to fix this issue. Fixes gh-32389pull/32403/head
2 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue