Fully resolved config passed to every tracer's record function. Contains both meta limits and tracer-specific options (all with defaults filled).
record
Tracers receive FULLY FILLED config — never partial, never undefined fields. Tracers can trust this completely and focus on pure tracing logic.
Readonly
Execution limits (fully filled, defaults applied)
Tracer-specific resolved options (with defaults filled)
Fully resolved config passed to every tracer's
recordfunction. Contains both meta limits and tracer-specific options (all with defaults filled).Remarks
Tracers receive FULLY FILLED config — never partial, never undefined fields. Tracers can trust this completely and focus on pure tracing logic.