Attach more context information to errors thrown in middlewares #17
Labels
area/runtime
Affects: the runtime library.
kind/enhancement
Improvements to existing feature.
size/S
Small task. (A couple of hours of work.)
Milestone
Currently, when errors are thrown in a transport, we attach as much context as we have at that point (the Input value, operationId, etc). But when an error is thrown in a middleware, we don't attach some info that we could, so let's fix that. Will make debugging errors thrown by middlewares quicker, if all the right context is already attached and logged.
The text was updated successfully, but these errors were encountered: