Skip to content

Commit

Permalink
errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelyangdog committed Oct 7, 2024
1 parent 27a21aa commit a00e974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/propagation/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,6 @@ def parent_call():

@staticmethod
def extract(headers):
# type: (Dict[str,str]) -> Context
"""Extract a Context from HTTP headers into a new Context.
For tracecontext propagation we extract tracestate headers for
propagation even if another propagation style is specified before tracecontext,
Expand Down Expand Up @@ -1130,6 +1129,7 @@ def my_controller(url, headers):
context = propagator._extract(normalized_headers) # type: ignore
if config.propagation_http_baggage_enabled is True:
_attach_baggage_to_context(normalized_headers, context)
break

# loop through all extract propagation styles
else:
Expand Down

0 comments on commit a00e974

Please sign in to comment.