Skip to content

Commit

Permalink
refactor: Update telemetry events for @powerpages ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoshi committed Sep 10, 2024
1 parent 9252eea commit 4fba3b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ export class PowerPagesChatParticipant {

if (!isPowerPagesGitHubCopilotEnabled()) {
stream.markdown(COPILOT_NOT_RELEASED_MSG);
this.telemetry.sendTelemetryErrorEvent(VSCODE_EXTENSION_GITHUB_POWER_PAGES_AGENT_NOT_AVAILABLE_ECS, { sessionId: this.powerPagesAgentSessionId, orgID: this.orgID });
this.telemetry.sendTelemetryEvent(VSCODE_EXTENSION_GITHUB_POWER_PAGES_AGENT_NOT_AVAILABLE_ECS, { sessionId: this.powerPagesAgentSessionId, orgID: this.orgID });
oneDSLoggerWrapper.getLogger().traceInfo(VSCODE_EXTENSION_GITHUB_POWER_PAGES_AGENT_NOT_AVAILABLE_ECS, { sessionId: this.powerPagesAgentSessionId, orgID: this.orgID });
return createSuccessResult('', RESPONSE_SCENARIOS.COPILOT_NOT_RELEASED, this.orgID);
}

Expand Down

0 comments on commit 4fba3b3

Please sign in to comment.