A runtime-specific adapter that the SDK uses to wire up providers, processors, and exporters for a given environment.
Unique identifier for this runtime (e.g. "node").
"node"
Return true if the current process is running in this runtime. Called during auto-detection when no explicit runtime is provided.
true
runtime
Create providers, processors, and exporters for this runtime.
SDK configuration supplied by the caller.
An SDKResult containing the initialised providers plus lifecycle helpers.
A runtime-specific adapter that the SDK uses to wire up providers, processors, and exporters for a given environment.