Say we have a library that does something like `Logger.metadata(job_id: job.id)` in processes it starts. Doesn't seem like there's an easy way to include that info as contexts? :( Would be nice to have the ability to add custom `add_runtime_context` style hooks.
Say we have a library that does something like
Logger.metadata(job_id: job.id)in processes it starts.Doesn't seem like there's an easy way to include that info as contexts? :(
Would be nice to have the ability to add custom
add_runtime_contextstyle hooks.