Skip to content

Commit

Permalink
update link to data policy
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Sep 16, 2024
1 parent a1ccf0a commit 0d12bad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/create-cloudflare/src/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ export function printWelcomeMessage(
];

if (telemetryEnabled) {
const telemetryDocsUrl = `https://developers.cloudflare.com/workers/telemetry`;

lines.push(
`📊 Cloudflare collects telemetry about your usage of Create-Cloudflare to improve the experience. Read more / opt out at [link to data policy]`,
`📊 Cloudflare collects telemetry about your usage of Create-Cloudflare to improve the experience. Read more / opt out at ${blue.underline(hyperlink(telemetryDocsUrl))}`,
);
}

Expand Down

0 comments on commit 0d12bad

Please sign in to comment.