fix: Still checking the checkbox of sending anonymous usage in the welcome screen with `@nuxt/telemetry` has been configured as disabled
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 214
- Avg merge
- 13h 22m
- Merged PRs (30d)
- 18
Description
🐛 The bug
#741
I've tested all three ways to disable @nuxt/telemetry:
telemetry: false in nuxt config: https://github.com/nuxt/telemetry/blob/233d1b6687f38a7069e658739da72d5332877b6b/src/module.ts#L31
NUXT_TELEMETRY_DISABLED=1 env var: https://github.com/nuxt/telemetry/blob/233d1b6687f38a7069e658739da72d5332877b6b/src/cli.ts#L106
telemetry.enabled in ~/.nuxtrc: https://github.com/nuxt/telemetry/blob/233d1b6687f38a7069e658739da72d5332877b6b/src/consent.ts#L32
🛠️ To reproduce
https://stackblitz.com/edit/github-qgpqyj1d?file=nuxt.config.ts
🌈 Expected behavior
Not checking.
ℹ️ Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked StackBlitz reproduction and trace how the welcome screen determines the anonymous-usage checkbox state. Compare that behavior with the three referenced disable paths in @nuxt/telemetry: src/module.ts, src/cli.ts, and src/consent.ts. Done means the checkbox is not selected when any documented telemetry-disable method is configured, with the reproduction confirming the expected state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- devtools, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100