Telemetry Compliance
Last updated at: February 10, 2024
Codemod.com VSCode’s Extension Telemetry Data
The Codemod.com VSCode’s Extension (v0.25.0 and later) uses the VSCode’s official telemetry extension and the telemetry data are thus sent and stored in the Azure App Insights.
As Microsoft treates the GPDR and similar laws seriously (as outlined here), so does Codemod.com. We followed the extension guide on telemetry to ensure that we do not collect Personally-Identifiable Information (PII) and we send only the data we need for the continuous improvement of our product.
The extension tracks the events happening within the extension and they have following properties (this is described in the extension’s source code).
Properties
Some of these properties are required by the VSCode’s official telemetry extension and are described here.
Users can disable telemetry by going into Settings, searching the for telemetry.telemetryLevel
setting and setting it to off
. You can read more here.