While looking into a related issue i noticed that on prod web requests we have uuidv4 request ids, but from mwscript we have 24 char hex values:
> MediaWiki\Http\Telemetry::getInstance()->getRequestId() = "c3793e05fbb9d4401b95475b" > strlen(MediaWiki\Http\Telemetry::getInstance()->getRequestId()) = 24
Likely they should both utilize the same format for request ids.