Tezos Dappetizer
  • Quick Start
  • How-to Guides
    • Using PostgreSQL
    • Exposing API with Hasura
  • Reference
    • Decorator-based Indexing
      • Indexing Entrypoint Call
      • Indexing Storage Change
      • Indexing Bigmap Update
      • Indexing Incoming Transaction
    • Interface-based Indexing
    • Configuration
    • Command Line
    • Usage Statistics
  • Technical Concepts
    • Indexing Cycle
    • Indexer Modules
  • Token Indexer
    • Introduction
    • Running Standalone in Docker
  • API Docs
  • dappetizer GitLab
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Usage Statistics

PreviousCommand LineNextIndexing Cycle

Last updated 2 years ago

Was this helpful?

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 to see the full definition.

configuration API reference