mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 12:43:39 +08:00
Fix typo in AWS X-RAY Propagator (#702)
This commit is contained in:

committed by
GitHub

parent
7bc8f6cf5e
commit
c143d0534f
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user