Current section
Files
Jump to
Current section
Files
include/opentelemetry_elli.hrl
-define(trace_handle(Route, Req, Body),
trace_handle(Route, Req) ->
io:format("make span here ~s~n", [??Route]),
Body).