Skip to content

Commit 5023cce

Browse files
authored
telemetry for provideNewChatSessionItem (#7757)
1 parent 2a1bb8d commit 5023cce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/github/copilotRemoteAgent.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,11 @@ export class CopilotRemoteAgentManager extends Disposable {
786786
const prompt = options.prompt;
787787
const { source, summary } = options.metadata || {};
788788

789+
/* __GDPR__
790+
"copilot.remoteagent.editor.invoke" : {}
791+
*/
792+
this.telemetry.sendTelemetryEvent('copilot.remoteagent.editor.invoke', {});
793+
789794
// Ephemeral session for new session creation flow
790795
if (source === 'chatExecuteActions') {
791796
const id = `new-${Date.now()}`;

0 commit comments

Comments
 (0)