Skip to content

withSpeechGroupSpan

const withSpeechGroupSpan: <TOutput>(fn, ...args) => Promise<TOutput>;
Type Parameter

TOutput

Parameter Type

fn

(span) => Promise<TOutput>

args

[DeepPartial<CreateSpanOptions<SpeechGroupSpanData>>, | Trace | Span<any>]

Promise<TOutput>