### 🐛 The bug <img width="2331" height="1865" alt="Image" src="https://github.com/user-attachments/assets/a8e6ffec-55a9-46e9-ab8e-0729da93146c" /> #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_