Skip to content

Commit 46c256b

Browse files
committed
fix: add missing component field
1 parent 6aab126 commit 46c256b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/shared/utilities/messages.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ export async function showReauthenticateMessage({
200200
}
201201

202202
await telemetry.toolkit_showNotification.run(async () => {
203-
telemetry.record({ id: suppressId, source })
203+
// TODO: verify is this is correct component.
204+
telemetry.record({ id: suppressId, source, component: 'hover' })
204205
await vscode.window.showInformationMessage(message, connect, localizedText.dontShow).then(async (resp) => {
205206
await telemetry.toolkit_invokeAction.run(async () => {
206207
telemetry.record({ id: suppressId, source })

0 commit comments

Comments
 (0)