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 ab9e996 commit b93592eCopy full SHA for b93592e
packages/core/src/codewhisperer/util/telemetryHelper.ts
@@ -448,7 +448,7 @@ export class TelemetryHelper {
448
client
449
.sendTelemetryEvent({
450
telemetryEvent: { userTriggerDecisionEvent: userTriggerDecisionEvent },
451
- profileArn: AuthUtil.instance.regionProfileManager.activeRegionProfile?.arn,
+ profileArn: profile?.arn,
452
})
453
.catch((error) => {
454
const requestId = isAwsError(error) ? error.requestId : undefined
0 commit comments