Skip to content

Commit

Permalink
Update telemetry doc to include data captured about the worker (#7691)
Browse files Browse the repository at this point in the history
* Update telemetry doc to include data captured about the worker

* Update telemetry.md
  • Loading branch information
penalosa authored Jan 7, 2025
1 parent a7b0488 commit 547e8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wrangler/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Telemetry in Wrangler allows us to better identify bugs and gain visibility on u

- What command is being run (e.g. `wrangler deploy`, `wrangler dev`)
- Anonymized arguments and flags given to Wrangler (e.g. `wrangler deploy ./src/index.ts --dry-run=true --outdir=dist` would be sent as `wrangler deploy REDACTED --dry-run=true --outdir=REDACTED`)
- Anonymized information about your Worker (e.g. whether or not Workers Assets is being used, whether or not TypeScript is being used)
- Information about your connection to Cloudflare's API (e.g. how long it takes Wrangler to deploy your Worker)
- The version of the Wrangler client that is sending the event
- The package manager that the Wrangler client is using. (e.g. npm, yarn)
- The major version of Node.js that the Wrangler client is running on
Expand Down

0 comments on commit 547e8f8

Please sign in to comment.