Closed jarpz closed 2 weeks ago
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled
This issue was closed because it has been marked as stale for 30 days with no activity.
Describe the bug
We are unable to get OTEL tracecontext or trace-id using OTEL libraries on NodeJs 20 Runtime
Steps to reproduce
What did you expect to see? Trace-id on logs
What did you see instead? Trace context or trace-id is and empty object
What version of collector/language SDK version did you use?
"arn:aws:lambda:${AWS::Region}:901920570463:layer:aws-otel-nodejs-amd64-ver-1-18-1:1" "@opentelemetry/api": "^1.9.0", NodeJs 20
What language layer did you use? typescript / javascript
Additional context
We are able to see in xray, call make by the lambda to S3, but unable to access to the trace-id throught the OTEL SDK API.