• Express-compatible tracing handler.

    Returns (
        req: http.IncomingMessage,
        res: http.ServerResponse,
        next: (error?: any) => void,
    ) => void

    Exposed as Handlers.tracingHandler