Docs: Add telemetry page - #10059
Conversation
There was a problem hiding this comment.
ℹ️ Minor suggestions on prose — nothing blocking.
Reviewed changes
- New telemetry docs page: Adds
/docs/license/telemetryexplaining telemetry collection, sent information, license key setup, and usage tracking. - Sidebar, TOC, and redirect wiring: Registers the page in the License sidebar section, the license overview TOC component, the articles registry, and the
/telemetrypermanent redirect in Vercel config.
DeepSeek Pro (free via Pullfrog for OSS) (Claude Opus not used — the program covers this model; add its provider key to run your pick) | 𝕏
| ## APIs which send telemetry | ||
|
|
||
| Server-side rendering APIs do only send telemetry when the `licenseKey` option is set. | ||
| Client-side rendering APIs do always have telemetry. |
There was a problem hiding this comment.
Consider rephrasing: "Client-side rendering APIs always send telemetry." The current "do always have" construction is awkward.
|
|
||
| ## APIs which send telemetry | ||
|
|
||
| Server-side rendering APIs do only send telemetry when the `licenseKey` option is set. |
There was a problem hiding this comment.
Consider rephrasing: "Server-side rendering APIs only send telemetry when the licenseKey option is set." The current "do only send" construction is awkward.
|
|
||
| ## Tracking usage | ||
|
|
||
| After you set up the license key, you can now track your usage on the same Usage tab. |
There was a problem hiding this comment.
"the same Usage tab" reads as if the Usage tab was introduced earlier in the page, but it hasn't been. Consider either introducing the tab first ("go to the Usage tab") or dropping "same" ("track your usage in the Usage tab").

Summary
/telemetryredirectTesting
bun run buildbun run stylecheckPreview