Skip to content

Commit af565a0

Browse files
committed
wip
1 parent 1358ce2 commit af565a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/datadog/tracing/contrib/graphql/unified_trace.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def trace(callable, trace_key, resource, kwargs, before: nil, after: nil)
198198

199199
ret = callable.call
200200

201-
puts "after.call:#{trace_key}#{!!after}"
201+
puts "after.call:#{trace_key} #{!!after}"
202+
puts caller
202203
after.call(span) if after
203204

204205
ret

0 commit comments

Comments
 (0)