Skip to content

Commit c7b1fba

Browse files
FrankLiu4138Copilot
andcommitted
Drop dedicated installSucceeded telemetry event
Address review: avoid adding a new business operationName for the install step. Install success is already implied by the subsequent upgradeFlow.result event under the same operation ID. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a3b367f commit c7b1fba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/upgrade/utility.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ export async function checkOrInstallAppModExtensionForUpgrade(
197197
}
198198

199199
await commands.executeCommand("workbench.extensions.installExtension", ExtensionName.APP_MODERNIZATION_FOR_JAVA);
200-
sendInfo(operationId, {
201-
operationName: "java.dependency.upgradeFlow.installSucceeded",
202-
extensionState: state,
203-
});
204200

205201
if (state === "outdated") {
206202
// Extension was updated (not freshly installed) — reload required

0 commit comments

Comments
 (0)