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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ 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)
15
+
- Anonymized information about your Worker. For instance, this can include (this list is non-exhaustive):
16
+
- Whether or not Workers Assets is being used, along with the output directory
17
+
- Whether or not TypeScript is being used
18
+
- The framework being used
19
+
- The build command being used
16
20
- Information about your connection to Cloudflare's API (e.g. how long it takes Wrangler to deploy your Worker)
17
21
- The version of the Wrangler client that is sending the event
18
22
- The package manager that the Wrangler client is using. (e.g. npm, yarn)
0 commit comments