Constructs a new Tracing instance.
The configuration for this instance.
An object representing the custom tracing API.
Disables automatic tracing support. This disables the publicly exposed custom span API, as well as any instances passed to plugins. This also prevents the Trace Writer from publishing additional traces.
Enables automatic tracing support and the custom span API.
Logs an error message detailing the list of modules that were loaded before the Trace Agent. Loading these modules before the Trace Agent may prevent us from monkeypatching those modules for automatic tracing.
The list of files that were loaded using require() before the Stackdriver Trace Agent was required.
Generated using TypeDoc
A class that represents automatic tracing.