⚠ BREAKING CHANGES
- Root (global) tags are no longer stored on the root span. Instead they're stored on SDK directly and are expected to be considered as trace-wide tags
Bug Fixes
- Ensure not to crash on invalid
serverless.setTag
input (c5f28ff)
- Fix
expressApp
instrumentation endpoint (11314b4)
- Warn instead of throw when SDK is used without initialization (fe64a4f)
Maintenance Improvements
- Enable customization of event data via private options (a5e8f36)
- Store global tags on SDK directly (not on root span) (9a72787)
Comparison since last release