What problem do you want to solve?
When using auto-instrumentation for AWS Lambda functions, trace headers are not included in the HTTP response. This issue specifically affects integrations with:
- API Gateway V2 (HTTP APIs)
- Lambda Function URLs
Describe the solution you'd like
The auto-instrumentation layer should automatically inject trace headers into Lambda response objects when the function is invoked.
Describe alternatives you've considered
Manual header injection
Additional Context
No response
Would you like to implement a fix?
Yes
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.