public function __construct()

in src/Elastic/Types/Tracing.php [43:47]


    public function __construct(string $traceId, ?string $transactionId = null)
    {
        $this->traceId       = $traceId;
        $this->transactionId = $transactionId;
    }