Package + Version
Version:
Description
At present the AWS Lambda wrapHandler function doesn't seem to be capturing the sentry-trace header. This means that the transaction cannot be allocated a parentTraceId.
I'm not 100% sure whether this has ever been/should be the case, but at the moment the issue that I seem to be facing is that our Lambda events do indeed contain a sentry-trace header, but from looking through the code I can't seem to see that this would have ever been captured.
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)@sentry/serverlessVersion:
Description
At present the AWS Lambda
wrapHandlerfunction doesn't seem to be capturing thesentry-traceheader. This means that the transaction cannot be allocated a parentTraceId.I'm not 100% sure whether this has ever been/should be the case, but at the moment the issue that I seem to be facing is that our Lambda events do indeed contain a sentry-trace header, but from looking through the code I can't seem to see that this would have ever been captured.