Skip to content

Commit

Permalink
fix(request-debugging): fix can't set root properties when enable the…
Browse files Browse the repository at this point in the history
… phase filter
  • Loading branch information
ADD-SP committed Oct 23, 2023
1 parent ee9103c commit 30736dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kong/timing/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ end


function _M.set_root_context_prop(k, v)
if not should_run() then
return
end

ngx.ctx.req_trace_ctx:set_root_context_prop(k, v)
end

Expand Down

0 comments on commit 30736dc

Please sign in to comment.