You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
This was certainly not intentional, sorry for that. We didn't add gatsby-telemetry to create-gatsby to keep it lightweight but missed this portion when reimplementing it.
Preliminary Checks
Description
👋
If we follow the documentation here https://www.gatsbyjs.com/docs/telemetry/ we can expect to disable the telemetry, isn't it?
It turns out, we don't.
Here it's an old version of the CLI, but for the latest one I may be wrong but I don't see a change based on:
And the source https://github.com/gatsbyjs/gatsby/blob/master/packages/create-gatsby/src/tracking.ts
edit: Post tests, we have the same issue with the latest gatsy.
Ho, what do we have here, yet another call 😁
Reproduction Link
https://github.com/gatsbyjs/gatsby/blob/master/packages/create-gatsby/src/tracking.ts
Steps to Reproduce
export NODE_DEBUG=http
npx gatsby telemetry --disable
it works by adding to the envexport GATSBY_TELEMETRY_DISABLED=1
then ex: gatsby developExpected Result
No call to the telemetry API.
The CLI should use this code instead of its own:
gatsby/packages/gatsby-telemetry/src/telemetry.ts
Lines 241 to 253 in 64ff3c6
Actual Result
It's quite funny to see this
Environment
Config Flags
NODE_DEBUG=http
GATSBY_TELEMETRY_DISABLED=1
The text was updated successfully, but these errors were encountered: