mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
dial: fix tracing attribute
This commit is contained in:
@@ -406,7 +406,7 @@ class TaskDial extends Task {
|
|||||||
this._killOutdials();
|
this._killOutdials();
|
||||||
}, this.timeout * 1000);
|
}, this.timeout * 1000);
|
||||||
|
|
||||||
this.span.setAttributes('dial.target', JSON.stringify(this.target));
|
this.span.setAttributes({'dial.target': JSON.stringify(this.target)});
|
||||||
this.target.forEach(async(t) => {
|
this.target.forEach(async(t) => {
|
||||||
try {
|
try {
|
||||||
t.url = t.url || this.confirmUrl;
|
t.url = t.url || this.confirmUrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user