Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jan 16, 2025
1 parent 1358ce2 commit af565a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/datadog/tracing/contrib/graphql/unified_trace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ def trace(callable, trace_key, resource, kwargs, before: nil, after: nil)

ret = callable.call

puts "after.call:#{trace_key}#{!!after}"
puts "after.call:#{trace_key} #{!!after}"
puts caller
after.call(span) if after

ret
Expand Down

0 comments on commit af565a0

Please sign in to comment.