Closed sagivoululumigo closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.31%. Comparing base (
4e438b5
) to head (635bdb8
). Report is 573 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 1.101.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Fixes Issue
AWS is planning on releasing a change to the format of the X-Ray Trace ID value, and we need to support the new format (And the old one to support the transition phase).
AWS is removing the
Parent
andSampled
fields from any lambda that is set to passive tracing (the default). The old format is:And the new format will be:
Notes:
Root
value for the transaction id value (The last part splitting by-
)Parent
field in the tracer code for anything except adding it to the lambda invocation http spantraceId
json. The python tracer doesn't add this field to the span, so I suspect it isn't used