Skip to content

Draft: Add ability to capture request fields in Context

Matthias Käppler requested to merge mk-request-context-fields into master

This allows us to carry around request specific fields such as the request path across a single web transaction and include it in all log events.

Merge request reports