Skip to main content

trace

talawa-api


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

() => T

The method to run within the context of the tracing ID.

Returns

Promise<void>

A promise that resolves when the method completes.

Defined in

src/libraries/requestTracing.ts:81