Usage Statistics

Dappetizer collects anonymous usage statistics by default, helping us understand our users better. The following data points are collected:
  • Platform and architecture
  • Node version
  • Dappetizer version
  • Hashed machine identifier (generated
Collecting and sending usage statistics can be turned off in the dappetizer.config.ts file with the following snippet:
usageStatistics: {
enabled: false,
},
You can refer to the configuration API reference to see the full definition.