adding log for issue freshdesk 1600

This commit is contained in:
Hoan HL
2025-11-09 17:00:01 +07:00
parent aecb6c9ee1
commit 909727899d
3 changed files with 8 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class CallSession extends Emitter {
this.callGone = false;
this.notifiedComplete = false;
this.rootSpan = rootSpan;
this.stickyEventEmitter = new StickyEventEmitter();
this.stickyEventEmitter = new StickyEventEmitter(logger);
this.stickyEventEmitter.onSuccess = () => {
this.taskInProgress = null;
this.stickyEventEmitter.destroy();