Skip to content

Commit 6353440

Browse files
author
Calvinn Ng
committed
add Telemetry for saveChatSession
1 parent b069817 commit 6353440

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/vscode/src/commands.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ const commandsMap: (
583583
"ahrefs-continue.openTabAutocompleteConfigMenu": async () => {
584584
captureCommandTelemetry("openTabAutocompleteConfigMenu");
585585

586-
const config = vscode.workspace.getConfiguration("continue");
586+
const config = vscode.workspace.getConfiguration("ahrefs-continue");
587587
const quickPick = vscode.window.createQuickPick();
588588
const selected = new GlobalContext().get("selectedTabAutocompleteModel");
589589
const autocompleteModelTitles = ((
@@ -685,6 +685,7 @@ const commandsMap: (
685685
historyDownEventEmitter.fire();
686686
},
687687
"ahrefs-continue.saveChatSession": () => {
688+
Telemetry.capture("saveChatSession", {});
688689
sidebar.webviewProtocol.request("sendSessionChatHistory", undefined);
689690
},
690691
};

0 commit comments

Comments
 (0)