Skip to content

Commit a567be1

Browse files
committed
metrics -> data
1 parent 4216eeb commit a567be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/pages/functions/wrangler-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Inheritable keys are configurable at the top-level, and can be inherited (or ove
296296

297297
- `send_metrics` <Type text="boolean" /> <MetaInfo text="optional" />
298298

299-
- Whether Wrangler should send usage metrics to Cloudflare for this project. Defaults to `true`. You can learn more about this in our [data policy](https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md).
299+
- Whether Wrangler should send usage data to Cloudflare for this project. Defaults to `true`. You can learn more about this in our [data policy](https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md).
300300

301301
- `limits` Limits optional
302302

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Top-level keys apply to the Worker as a whole (and therefore all environments).
6969

7070
- `send_metrics` <Type text="boolean" /> <MetaInfo text="optional" />
7171

72-
- Whether Wrangler should send usage metrics to Cloudflare for this project. Defaults to `true`. You can learn more about this in our [data policy](https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md).
72+
- Whether Wrangler should send usage data to Cloudflare for this project. Defaults to `true`. You can learn more about this in our [data policy](https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md).
7373

7474
- `site` <Type text="object" /> <MetaInfo text="optional deprecated" />
7575

0 commit comments

Comments
 (0)