You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release add support for trace context propagation through SQS. When the lambda function is a consumer of messages from an SQS queue, the tracer will now properly extract trace context from the messages and apply them. This will result in connected traces between the producer and consumer. (#142)
Support custom root trace extraction from Lambda body content (#80)
Allows the user to create define a custom TraceContextExtractor to extract the datadog trace context from non-API-Gateway Lambda events.
Bug fixes
Set default sampling priority to sampler-keep (#88)
If datadog-lambda-go gets a datadog trace context that does not have a sampling-priority set, it will default to sampler-keep (old behavior was to discard the entire trace context as malformed).