TracingConfig
Properties
Section titled “Properties”enabled?
Section titled “enabled?”optional enabled?: boolean;redact?
Section titled “redact?”optional redact?: (span) => AgentSpan | null;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”AgentSpan | null
sampling?
Section titled “sampling?”optional sampling?: number | ((context) => boolean);sinks?
Section titled “sinks?”optional sinks?: TraceSink[];store?
Section titled “store?”optional store?: TraceStore;