Skip to content

Commit de09fb6

Browse files
committed
Update telemetry doc to include data captured about the worker (#7691)
* Update telemetry doc to include data captured about the worker * Update telemetry.md
1 parent d21b2d2 commit de09fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/wrangler/telemetry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Telemetry in Wrangler allows us to better identify bugs and gain visibility on u
1212

1313
- What command is being run (e.g. `wrangler deploy`, `wrangler dev`)
1414
- 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`)
15+
- Anonymized information about your Worker (e.g. whether or not Workers Assets is being used, whether or not TypeScript is being used)
16+
- Information about your connection to Cloudflare's API (e.g. how long it takes Wrangler to deploy your Worker)
1517
- The version of the Wrangler client that is sending the event
1618
- The package manager that the Wrangler client is using. (e.g. npm, yarn)
1719
- The major version of Node.js that the Wrangler client is running on

0 commit comments

Comments
 (0)