withCustomSpan
const withCustomSpan: <TOutput>(fn, ...args) => Promise<TOutput>;Type Parameters
Section titled “Type Parameters”| Type Parameter | 
|---|
| 
 | 
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| 
 | ( | 
| … | [ | 
Returns
Section titled “Returns”Promise<TOutput>