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,
},
Last modified 10mo ago