microsoft/vscode-extension-telemetry

Disable collecting of certain telemetry values that are automatically collected

jjaguirre394 opened this issue · 0 comments

Currently there is no way to disable collection of telemetry properties. ReplacementOptions currently only works by searching property values and not the name of the property itself. The data that is collected by the telemetry library automatically might be considered PII at time, and we need to be able to disable collecting properties we do not need to collect.