Skip to content

Commit

Permalink
fix: add telemetry for office agent for unit test - bug fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealHaojiangLiu committed Jun 28, 2024
1 parent 3805593 commit 1b7b992
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export default async function officeCreateCommandHandler(
} catch (error) {
officeChatTelemetryData.markComplete("fail");

Check warning on line 118 in packages/vscode-extension/src/officeChat/commands/create/officeCreateCommandHandler.ts

View check run for this annotation

Codecov / codecov/patch

packages/vscode-extension/src/officeChat/commands/create/officeCreateCommandHandler.ts#L118

Added line #L118 was not covered by tests
}
officeChatTelemetryData.markComplete();
ExtTelemetry.sendTelemetryEvent(
TelemetryEvent.CopilotChat,
officeChatTelemetryData.properties,
Expand Down

0 comments on commit 1b7b992

Please sign in to comment.