This release fixes a telemetry handler crash that could occur when the processor streamed HTTP requests with Req.
Previously, the telemetry tag extractor only recognized plain result shapes, so streamed responses such as {:ok, {request, response}} or {:error, exception, {request, response}} caused a CaseClauseError. Those streamed results are now normalized correctly, so request metrics keep being emitted and the processor no longer crashes on streamed success or error responses.