-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix: update telemetry docs #8295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Review Complete Review of PR #8295: fix: update telemetry docsOverall Assessment: LGTM ✅ This is a straightforward documentation fix that corrects the environment variable name for disabling telemetry in the CLI. The change is accurate and necessary for users to properly control telemetry settings. Verification NeededTo ensure completeness, I'd recommend verifying:
The change itself is correct - it's purely a documentation update with no code logic changes, so there's minimal risk. The examples clearly show both export and inline usage patterns, which is helpful for users. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
|
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
was changed from CONTINUE_CLI_ENABLE_TELEMETRY to CONTINUE_ALLOW_ANONYMOUS_TELEMETRY
Summary by cubic
Update CLI telemetry docs to use the correct environment variable name. Replaces CONTINUE_CLI_ENABLE_TELEMETRY with CONTINUE_ALLOW_ANONYMOUS_TELEMETRY in examples so users can disable anonymous telemetry correctly.