Skip to content

Commit

Permalink
Remove the match for that arg too
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantido committed Oct 31, 2023
1 parent 528b84f commit 7967902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/opentelemetry_api/lib/open_telemetry/tracer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ defmodule OpenTelemetry.Tracer do
quote bind_quoted: [
name: name,
start_opts: opts,
code_attrs: code_attrs,
thread_id_key: thread_id_key
code_attrs: code_attrs
] do
start_opts =
Map.new(start_opts)
Expand Down

0 comments on commit 7967902

Please sign in to comment.