Skip to content

Commit

Permalink
Use traceflags object
Browse files Browse the repository at this point in the history
Fixes #471
  • Loading branch information
ocelotl committed Apr 26, 2021
1 parent f2311dd commit 90817e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def extract(
trace_id=int(traceid, 16),
span_id=int(spanid, 16),
is_remote=True,
trace_flags=traceflags,
trace_flags=TraceFlags(traceflags),
)
),
context,
Expand Down

0 comments on commit 90817e6

Please sign in to comment.