Skip to content

Commit a61281e

Browse files
authored
Update ldkController.ts
1 parent 2b29639 commit a61281e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/lambda/remoteDebugging/ldkController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ export class RemoteDebugController {
729729
)
730730
return
731731
}
732+
// use sessionDuration to record debug duration
732733
span.record({ sessionDuration: this.lastDebugStartTime === 0 ? 0 : Date.now() - this.lastDebugStartTime })
733734
try {
734735
await vscode.window.withProgress(

0 commit comments

Comments
 (0)