New Features
Added
getLinkingMetadata()
method to the API.This new method can be used to retrieve the identifying information for the agent and current active span and trace. Please consult the documentation for more information.
Added
getTraceMetadata()
to the agent API.This new method can be used to retrieve the current active Distributed Tracing span and trace ids. Please consult the documentation for more information.
Added an
isSampled()
method toTransaction
andTransactionHandle
.This new method can be used to retrieve the sampling decision made for a given transaction. Please consult the documentation for more information.
Fixes
- Upgraded
tap
to resolvehandlebars
audit warnings.