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.
result
1 parent 4e9ba53 commit 5a16e8dCopy full SHA for 5a16e8d
src/shared/telemetry/telemetryService.ts
@@ -101,7 +101,7 @@ export class DefaultTelemetryService {
101
if (this.telemetryEnabled && !isAutomation()) {
102
const currTime = new globals.clock.Date()
103
// This is noisy when running tests in vscode.
104
- telemetry.session_end.emit({ value: currTime.getTime() - this.startTime.getTime() })
+ telemetry.session_end.emit({ value: currTime.getTime() - this.startTime.getTime(), result: 'Succeeded' })
105
106
try {
107
await fsCommon.writeFile(this.persistFilePath, JSON.stringify(this._eventQueue))
0 commit comments