Whether to require manual .flush() calls before sending traces.
Useful if encountering network rate limits at trace high volumes.
OptionalmaxIngestMemoryBytes
maxIngestMemoryBytes?:number
Maximum total memory (in bytes) for both the AutoBatchQueue and batchIngestCaller queue.
When exceeded, runs/batches are dropped. Defaults to 1GB.
OptionalomitTracedRuntimeInfo
omitTracedRuntimeInfo?:boolean
Whether to omit runtime information from traced runs.
If true, runtime information (SDK version, platform, etc.) and
LangChain environment variable metadata will not be stored in runs.
Defaults to false.
Optionaltimeout_ms
timeout_ms?:number
OptionaltraceBatchConcurrency
traceBatchConcurrency?:number
OptionaltracingSamplingRate
tracingSamplingRate?:number
OptionalwebUrl
webUrl?:string
OptionalworkspaceId
workspaceId?:string
The workspace ID. Required for org-scoped API keys.
Maximum size of a batch of runs in bytes.