Fix typo in AWS X-RAY Propagator (#702)

This commit is contained in:
(Eliseo) Nathaniel Ruiz Nowell
2021-09-30 16:38:26 -07:00
committed by GitHub
parent 7bc8f6cf5e
commit c143d0534f

View File

@ -151,7 +151,7 @@ class AwsXRayFormat(TextMapPropagator):
if not span_context.is_valid: if not span_context.is_valid:
_logger.debug( _logger.debug(
"Invalid Span Extracted. Insertting INVALID span into provided context." "Invalid Span Extracted. Inserting INVALID span into provided context."
) )
return context return context