opentelemetry-erlang-contrib icon indicating copy to clipboard operation
opentelemetry-erlang-contrib copied to clipboard

Credo checks for process propagation

Open danschultzer opened this issue 9 months ago • 0 comments

We've implemented custom credo check to ensure that Task (and LiveView async in #439) process propagation wappers are used. This prevents engineers from deploying code that doesn't propagate context. The problem is that you won't know this is an issue until you look at the traces and discover that they are detached. Would this be a useful utility library in this repo? I can also maintain my own repo for this, but in either case would like it on hex as we have a bunch of Elixir deployments that all need it.

danschultzer avatar Jan 23 '25 21:01 danschultzer