Skip to content

Commit 36638ed

Browse files
chore: add telemetry pre notification response
1 parent eb89297 commit 36638ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/upgrade/display/notificationManager.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ class NotificationManager implements IUpgradeIssuesRenderer {
5353
const prompt = buildFixPrompt(issue);
5454
const notificationMessage = buildNotificationMessage(issue, hasExtension);
5555
const upgradeButtonText = hasExtension ? BUTTON_TEXT_UPGRADE : BUTTON_TEXT_INSTALL_AND_UPGRADE;
56+
57+
sendInfo(operationId, {
58+
operationName: "java.dependency.upgradeNotification.runUpgradeNotification",
59+
});
5660
const selection = await window.showInformationMessage(
5761
notificationMessage,
5862
upgradeButtonText,

0 commit comments

Comments
 (0)