Skip to content

Commit

Permalink
Merge pull request #309 from isaacsanders/patch-1
Browse files Browse the repository at this point in the history
fix: Removes macro that references missing function
  • Loading branch information
tsloughter authored Nov 10, 2021
2 parents b0f4c6b + ecef326 commit 590d87f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/opentelemetry_api/include/otel_tracer.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
-define(add_events(Events),
otel_span:add_events(?current_span_ctx, Events)).

-define(add_links(Links),
otel_span:add_links(?current_span_ctx, Links)).

-define(set_status(Status),
otel_span:set_status(?current_span_ctx, Status)).

Expand Down

0 comments on commit 590d87f

Please sign in to comment.