Fix typo in AWS X-RAY Propagator (#702)
This commit is contained in:
parent
7bc8f6cf5e
commit
c143d0534f
|
|
@ -151,7 +151,7 @@ class AwsXRayFormat(TextMapPropagator):
|
|||
|
||||
if not span_context.is_valid:
|
||||
_logger.debug(
|
||||
"Invalid Span Extracted. Insertting INVALID span into provided context."
|
||||
"Invalid Span Extracted. Inserting INVALID span into provided context."
|
||||
)
|
||||
return context
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue