traceAsync<T>(): Promise<T>
Wrapper function for tracing asynchronous operations
context: TracingContext
fn: () => Promise<T>
Promise<T>
traceAsync<T>(): Promise<T>
Wrapper function for tracing asynchronous operations
context: TracingContext
fn: () => Promise<T>
Promise<T>
import { traceAsync } from ".";