@@ -36,7 +36,7 @@ import { CodeReference } from '../../../../amazonq/webview/ui/apps/amazonqCommon
36
36
import { getHttpStatusCode , getRequestId , getTelemetryReasonDesc , ToolkitError } from '../../../../shared/errors'
37
37
import { sleep , waitUntil } from '../../../../shared/utilities/timeoutUtils'
38
38
import { keys } from '../../../../shared/utilities/tsUtils'
39
- import { testGenState } from '../../../../codewhisperer'
39
+ import { AuthUtil , testGenState } from '../../../../codewhisperer'
40
40
import { cancellingProgressField , testGenCompletedField } from '../../../models/constants'
41
41
import { telemetry } from '../../../../shared/telemetry/telemetry'
42
42
@@ -281,6 +281,7 @@ export class Messenger {
281
281
result : 'Cancelled' ,
282
282
reasonDesc : getTelemetryReasonDesc ( CodeWhispererConstants . unitTestGenerationCancelMessage ) ,
283
283
isSupportedLanguage : false ,
284
+ credentialStartUrl : AuthUtil . instance . startUrl ,
284
285
} )
285
286
286
287
this . dispatcher . sendUpdatePromptProgress (
@@ -294,6 +295,7 @@ export class Messenger {
294
295
perfClientLatency : performance . now ( ) - session . testGenerationStartTime ,
295
296
result : 'Succeeded' ,
296
297
isSupportedLanguage : false ,
298
+ credentialStartUrl : AuthUtil . instance . startUrl ,
297
299
} )
298
300
this . dispatcher . sendUpdatePromptProgress (
299
301
new UpdatePromptProgressMessage ( tabID , testGenCompletedField )
0 commit comments