-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: add CLI telemetry opt-out instructions #8064
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
Add documentation for disabling telemetry in the Continue CLI using the CONTINUE_CLI_ENABLE_TELEMETRY=0 environment variable. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
All contributors have signed the CLA ✍️ ✅ |
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
I have read the CLA Document and I hereby sign the CLA |
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.
Thanks for opening this PR! I thought we had already documented this. I left a couple suggestions. Once we get those committed, I am happy to approve this PR. Thanks again for your contribution :)
After this is merged, we will need to update the docs in this PR to reflect the code changes: #8126 |
Co-authored-by: Ty Dunn <[email protected]>
Co-authored-by: Ty Dunn <[email protected]>
Co-authored-by: Ty Dunn <[email protected]>
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.
LGTM ✨
Add documentation for disabling telemetry in the Continue CLI using the CONTINUE_CLI_ENABLE_TELEMETRY=0 environment variable.
Addresses the confusion mentioned in issue #2082 where users couldn't find instructions on how to disable CLI telemetry.
Generated with Continue
Summary by cubic
Added docs for disabling telemetry in the Continue CLI using CONTINUE_CLI_ENABLE_TELEMETRY=0, with export and inline command examples. Clarified the opt-out section by separating VS Code and CLI instructions.