docs/guides/Telemetry.md
We collect and use data to improve GrapesJS. This page explains what data we collect and how we use it.
We collect the following data:
We use data to:
You can opt-out of data collection by setting the telemetry option to false when initializing GrapesJS:
const editor = grapesjs.init({
// ...
telemetry: false,
});