Data Analytics

Analytics help us to collect data about errors or possible slow-downs and help us to identify areas that should be fixed or improved! Next information is sent to ScandiPWA analytics:

Create ScandiPWA App

  • Time it took to install CSA

  • Any failures that occurred during installation

  • Any failures that occurred during development

  • Any failure occurred in using ScandiPWA development toolkit

  • Extensions installation and creation via CLI

  • Theme files override via CLI

  • After theme build, bundle size information

Create Magento App

  • Time it took to install CMA for the first time

  • Usual start-up time

  • Any failures that occurred during installation

  • Any failures that occurred during development

  • CPU model, Ram amount, Operation System

How to disable analytic data collection?

Of course, you have an option to disable analytic data collection. To disable it you need to create or extend the existing one system configuration file in your home directory with the name .cmarc and set the analytic flag to false as shown below:

{
  "analytics": false
}

For more information, you can visit the documentation

Last updated