Missing Http status and message on opentelemetry trace when request blocked by jwt plugin

I have enabled the opentelemetry plugin which is working fine as well as the jwt plugin. When the jwt plugin blocks a request with a 401, the trace shows status_code 0 and no response message.

I only have enabled tracing_instrumentations: request. Do I need more instrumentation enabled to get the status code from requests blocked by plugins? Or some different configuration altogether?

Thanks