Skip to content

Commit

Permalink
Add documentation to what we track
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Apr 6, 2020
1 parent 9b34e75 commit c164856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Specifically, we collect the following information for _all_ telemetry events:
- One-way hash of the current working directory or a hash of the git remote
- General OS level information (operating system, version, CPU architecture, and whether the command is run inside a CI)
- Current Gatsby version
- For build
- Build stats (how big are the output bundles)
- GraphQL Query stats - number of unique operations, queries and how many time search was called. We also track how many leaf search operations were used (things like eq, ne, gt). We use this data to prioritize which query patterns to optimize. We don't track actual queries or their results.

The access to the raw data is highly controlled, and we cannot identify individual users from the dataset. It is anonymized and untraceable back to the user.

Expand Down

0 comments on commit c164856

Please sign in to comment.