Skip to content

Commit 5ff5e6b

Browse files
emily-shenOxyjun
andauthored
Update src/content/docs/workers/wrangler/commands.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent a567be1 commit 5ff5e6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,9 @@ wrangler telemetry enable
26132613

26142614
### `status`
26152615

2616-
Check whether telemetry collection is currently enabled. This will resolve the global status set by `wrangler telemetry disable / enable`, the environment variable [`WRANGLER_SEND_METRICS`](/workers/wrangler/system-environment-variables/#supported-environment-variables) and the [`send_metrics`](/workers/wrangler/configuration/#top-level-only-keys) key in `wrangler.toml`.
2616+
Check whether telemetry collection is currently enabled. The return result is specific to the directory where you have run the command.
2617+
2618+
This will resolve the global status set by `wrangler telemetry disable / enable`, the environment variable [`WRANGLER_SEND_METRICS`](/workers/wrangler/system-environment-variables/#supported-environment-variables), and the [`send_metrics`](/workers/wrangler/configuration/#top-level-only-keys) key in `wrangler.toml`.
26172619

26182620
```txt
26192621
wrangler telemetry status

0 commit comments

Comments
 (0)