vscode-viva
vscode-viva copied to clipboard
Telemetry support for SPFx Toolkit
This task is to prototype an approach for telemetry in SPFx Toolkit.
The idea is to follow the VS Code Telemetry extension authors guide and use the recommended @vscode/extension-telemetry package to send SPFx Toolkit telemetry to Azure Application Insights, where we can track feature usage in an anonymized way and understand which parts of the Toolkit are most valuable.
What to track:
- Usage of actions from the Actions view
- Usage of actions from the Tasks view
- App management actions including adding app catalog, managing tenant-wide extensions, and managing SPFx apps
- AI capabilities such as chat participants and LM tools
Data consideration:
- Keep all data anonymized
- Do not collect tenant details
LGTM 👍. Let's get this shipped 👍