trace
talawa-api • Docs
talawa-api / libraries/requestTracing / trace
Function: trace()
> trace<T
>(tracingId
, method
): Promise
<void
>
Runs a method within the context of a tracing ID. If a tracing ID is provided, it uses that ID; otherwise, it generates a new one.
Type Parameters
• T
Parameters
• tracingId: string
The tracing ID to use.
• method
The method to run within the context of the tracing ID.
Returns
Promise
<void
>
A promise that resolves when the method completes.