Skip to content

Commit

Permalink
whoops, debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Mar 18, 2024
1 parent 241592c commit c50812e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/open_telemetry_decorator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,6 @@ defmodule OpenTelemetryDecoratorTest do
@decorate with_span("CurrentSpanExample.inner")
def inner(parent_ctx) do
assert parent_ctx != Tracer.current_span_ctx()

{:span_ctx, _, _, 1,
{:tracestate, []}, true, false, true,
{:otel_span_ets, some_fn}} = Tracer.current_span_ctx()

some_fn.(nil) |> dbg()
end
end

Expand Down

0 comments on commit c50812e

Please sign in to comment.