The TracingHook adds OpenTelemetry support to the LaunchDarkly SDK.
By default, span events will be added for each call to a "Variation" method.
The span event will include the canonicalKey of the context, the provider of the evaluation (LaunchDarkly), and the key of the flag being evaluated.
Construct a TracingHook with the given options.
Optional
Options to customize tracing behavior.
Private
Readonly
Implements the "afterEvaluation" stage of the TracingHook.
Implements the "beforeEvaluation" stage of the TracingHook.
Get the meta-data for the tracing hook.
Generated using TypeDoc
The TracingHook adds OpenTelemetry support to the LaunchDarkly SDK.
By default, span events will be added for each call to a "Variation" method.
The span event will include the canonicalKey of the context, the provider of the evaluation (LaunchDarkly), and the key of the flag being evaluated.