v1.2.0
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 tosampler-keep
(old behavior was to discard the entire trace context as malformed).