You'll notice
Fixed a bug where the remote headless client's request logger recorded the wrong outcome value
What
An internal logging helper used by the headless (non-interactive) cloud client was recording telemetry with an outcome value taken from an unrelated outer-scope variable instead of the actual outcome parameter passed into the function. It now correctly logs the outcome that was actually passed in.
Why
This fixes inaccurate outcome data being recorded for host requests made by the remote headless client, which would have made related telemetry unreliable.