You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/wrangler/telemetry.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Telemetry in Wrangler allows us to better identify bugs and gain visibility on u
12
12
13
13
- What command is being run (e.g. `wrangler deploy`, `wrangler dev`)
14
14
- 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)
15
17
- The version of the Wrangler client that is sending the event
16
18
- The package manager that the Wrangler client is using. (e.g. npm, yarn)
17
19
- The major version of Node.js that the Wrangler client is running on
0 commit comments