bugfix: yet another tracing fix on rest outdial

This commit is contained in:
Dave Horton
2022-04-03 18:52:32 -04:00
parent 6163657845
commit 9004f654ff

View File

@@ -164,7 +164,7 @@ router.post('/', async(req, res) => {
callSid, callSid,
accountSid: req.body.account_sid, accountSid: req.body.account_sid,
applicationSid: app.application_sid, applicationSid: app.application_sid,
traceId: this.rootSpan.traceId traceId: rootSpan.traceId
}); });
cs = new RestCallSession({ cs = new RestCallSession({
logger, logger,