Skip to content

Commit e68c63c

Browse files
committed
change inline chat telemetry
1 parent ab1d1f1 commit e68c63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/inlineChat/provider/inlineChatProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export class InlineChatProvider {
247247
if (!AuthUtil.instance.isSsoSession()) {
248248
telemetry.amazonq_messageResponseError.emit({
249249
result: 'Failed',
250-
cwsprChatConversationType: 'Chat',
250+
cwsprChatConversationType: 'InlineChat',
251251
cwsprChatRequestLength: message.message?.length ?? 0,
252252
cwsprChatResponseCode: 401,
253253
cwsprChatTriggerInteraction: triggerInteraction,

0 commit comments

Comments
 (0)