Skip to content

v1.2.0

Compare
Choose a tag to compare
@agocs agocs released this 19 Aug 14:38
· 57 commits to main since this release

Features

  • 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).