Gathers usage statistics for components used during application development
npm install @vaadin/vaadin-usage-statisticsTo be able to understand and focus development more efficiently, Vaadin gathers product usage statistics during development time and ties this to users who are logged in to their Vaadin account. No statistics or other data is collected from the users of the applications based on any Vaadin technologies.
Statistics are only gathered when the application is in development mode. Statistics are automatically disabled and the statistics gathering code is automatically excluded from production builds.
Using npm, you can disable it for the machine by running
```
npm explore @vaadin/vaadin-usage-statistics -- npm run disable`
or you can disable it for the project by adding`
"vaadin": { "disableUsageStatistics": true }package.json
to your project and running npm install again (remove node_modules if needed).
You can verify this by checking that vaadin-usage-statistics.js contains an empty function.
Add to your pom.xml:
``
To opt-out from statistics, install the no-op version of the vaadin-usage-statistics package using``
bower install --save vaadin/vaadin-usage-statistics#optoutvaadin-usage-statistics.html` is empty.
You can verify this by checking that
If you have any questions on the use of the statistics, please contact statistics@vaadin.com.