Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 27cafcf

Browse files
authored
include CTA in logged eventName (#54118)
update logged event name to include CTA ## Test plan test locally
1 parent d115846 commit 27cafcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/web/src/util/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const enum EventName {
1818
CODY_EDITOR_WIDGET_VIEWED = 'web:codyEditorWidget:viewed',
1919
CODY_SIDEBAR_CHAT_OPENED = 'web:codySidebar:chatOpened',
2020
CODY_SIGNUP = 'CodySignup',
21-
CODY_CHAT_DOWNLOAD_VSCODE = 'web:codyChat:downloadVSCode',
22-
CODY_CHAT_TRY_ON_PUBLIC_CODE = 'web:codyChat:tryOnPublicCode',
21+
CODY_CHAT_DOWNLOAD_VSCODE = 'web:codyChat:downloadVSCodeCTA',
22+
CODY_CHAT_TRY_ON_PUBLIC_CODE = 'web:codyChat:tryOnPublicCodeCTA',
2323
VIEW_EDITOR_EXTENSIONS = 'CodyClickViewEditorExtensions',
2424
TRY_CODY_VSCODE = 'VSCodeInstall',
2525
TRY_CODY_MARKETPLACE = 'VSCodeMarketplace',

0 commit comments

Comments
 (0)