From 9004f654ff048710f51c853ae46a7a6a296e6540 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 3 Apr 2022 18:52:32 -0400 Subject: [PATCH] bugfix: yet another tracing fix on rest outdial --- lib/http-routes/api/create-call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-routes/api/create-call.js b/lib/http-routes/api/create-call.js index 26e44e23..8712cb40 100644 --- a/lib/http-routes/api/create-call.js +++ b/lib/http-routes/api/create-call.js @@ -164,7 +164,7 @@ router.post('/', async(req, res) => { callSid, accountSid: req.body.account_sid, applicationSid: app.application_sid, - traceId: this.rootSpan.traceId + traceId: rootSpan.traceId }); cs = new RestCallSession({ logger,