Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur authored Jun 12, 2024
1 parent 79b1bb9 commit 3d13ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/profiling/collectors/thread_context_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ def self.otel_sdk_available?
otel_tracer.in_span('profiler.test.nested.1') do
Datadog::Tracing.trace('profiler.test.nested.2') do
otel_tracer.in_span('profiler.test.nested.3') do
Datadog::Tracing.trace('profiler.test.nested.4') do |leaf|
@t1_span_id = leaf.context.hex_span_id.to_i(16)
Datadog::Tracing.trace('profiler.test.nested.4') do
@t1_span_id = Datadog::Tracing.correlation.span_id
ready_queue << true
sleep
end
Expand Down

0 comments on commit 3d13ada

Please sign in to comment.