⚠ BREAKING CHANGES
- Outcome error meta is no longer provided with outcome error tags on
aws.lambda
root span.
Instead it's transported with captured event which shares same timestamp with aws.lambda
root span end time
- Global custom tags are exposed on TracePayload instead of the root span
Features
- Propagate all captured events to
dev mode
(e19b41e)
Bug Fixes
- Ensure to not instrument requests signing (ebf90ca)
- Handle gently non JSON compliant AWS SDK input and output (321a8f5)
Maintenance Improvements
- Expose custom tags directly on trace instead of root span (91786ae)
- Remove
responseStartTime
in favor of endTime
(33618d6)
- Report outcome error data with event instead of root span tags (87766c9)
Comparison since last release