@@ -36,7 +36,7 @@ import { CodeReference } from '../../../../amazonq/webview/ui/apps/amazonqCommon
3636import { getHttpStatusCode , getRequestId , getTelemetryReasonDesc , ToolkitError } from '../../../../shared/errors'
3737import { sleep , waitUntil } from '../../../../shared/utilities/timeoutUtils'
3838import { keys } from '../../../../shared/utilities/tsUtils'
39- import { testGenState } from '../../../../codewhisperer'
39+ import { AuthUtil , testGenState } from '../../../../codewhisperer'
4040import { cancellingProgressField , testGenCompletedField } from '../../../models/constants'
4141import { telemetry } from '../../../../shared/telemetry/telemetry'
4242
@@ -281,6 +281,7 @@ export class Messenger {
281281 result : 'Cancelled' ,
282282 reasonDesc : getTelemetryReasonDesc ( CodeWhispererConstants . unitTestGenerationCancelMessage ) ,
283283 isSupportedLanguage : false ,
284+ credentialStartUrl : AuthUtil . instance . startUrl ,
284285 } )
285286
286287 this . dispatcher . sendUpdatePromptProgress (
@@ -294,6 +295,7 @@ export class Messenger {
294295 perfClientLatency : performance . now ( ) - session . testGenerationStartTime ,
295296 result : 'Succeeded' ,
296297 isSupportedLanguage : false ,
298+ credentialStartUrl : AuthUtil . instance . startUrl ,
297299 } )
298300 this . dispatcher . sendUpdatePromptProgress (
299301 new UpdatePromptProgressMessage ( tabID , testGenCompletedField )
0 commit comments