Bug Fixes
- aws-sdk: fix auto-instrumentation breaking with custom promises (#961)
- core: fix build error on alpine (#943)
- graphql: fix
graphql.parse
spans never finishing for fragments (#960), fixes #951, thanks @icirellik!
Features
- core: add support for node 14 (#949)
- core: add optional scope manager based on
AsyncLocalStorage
(#947)
Improvements
- core: add debug logs when sending runtime metrics to DogStatsD (#965)