We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7f040 commit 2b29639Copy full SHA for 2b29639
packages/core/src/lambda/remoteDebugging/ldkController.ts
@@ -729,7 +729,7 @@ export class RemoteDebugController {
729
)
730
return
731
}
732
- span.record({ duration: this.lastDebugStartTime === 0 ? 0 : Date.now() - this.lastDebugStartTime })
+ span.record({ sessionDuration: this.lastDebugStartTime === 0 ? 0 : Date.now() - this.lastDebugStartTime })
733
try {
734
await vscode.window.withProgress(
735
{
0 commit comments