fix(editor): Add telemetry to Insights (#14511)

This commit is contained in:
Csaba Tuncsik
2025-04-10 12:46:49 +02:00
committed by GitHub
parent 313cfec74d
commit 2fb970aaa1
4 changed files with 56 additions and 7 deletions

View File

@@ -276,6 +276,8 @@ const handleSelect = (key: string) => {
trackHelpItemClick(key);
break;
}
case 'insights':
telemetry.track('User clicked insights link from side menu');
default:
break;
}