Optional
args: { client?: Client; debug?: boolean }Optional
forceStatic
getOptional
settings: TelemetrySettingsOptional
functionId?: stringIdentifier for this function. Used to group telemetry data by function.
Optional
recordInputs?: booleanEnable or disable input recording. Enabled by default.
You might want to disable input recording to avoid recording sensitive information, to reduce data transfers, or to increase performance.
Optional
recordOutputs?: booleanEnable or disable output recording. Enabled by default.
You might want to disable output recording to avoid recording sensitive information, to reduce data transfers, or to increase performance.
Optional
tracer?: TracerA custom tracer to use for the telemetry data.
Protected
log
OpenTelemetry trace exporter for Vercel AI SDK.
Example