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 0ddbf4a commit 0ec4496Copy full SHA for 0ec4496
packages/core/src/codewhisperer/util/telemetryHelper.ts
@@ -659,6 +659,7 @@ export class TelemetryHelper {
659
codewhispererSessionId: session.sessionId,
660
codewhispererTriggerType: session.triggerType,
661
credentialStartUrl: AuthUtil.instance.connection?.startUrl,
662
+ result: 'Succeeded',
663
})
664
}
665
public sendCodeScanEvent(languageId: string, jobId: string) {
0 commit comments