-
Notifications
You must be signed in to change notification settings - Fork 1k
Document collection of usage data and how to opt out #767
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
Please make sure all the checkboxes are checked:
|
|
Caution Review failedThe pull request is closed. WalkthroughA commented-out environment variable Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
.env.template (1)
68-71: Group Telemetry Settings for Clarity
The new telemetry opt-out variable is helpful, but consider grouping it under its own header for discoverability. For example:# Telemetry Configuration # By default, telemetry is enabled. Set TELEMETRY_DISABLED=1 to disable. # TELEMETRY_DISABLED=1This matches the formatting of other sections and makes it easier for users to find.
README.md (1)
163-169: Link to Configuration Template for Convenience
To help users quickly locate where to setTELEMETRY_DISABLED, consider adding a link to the configuration template. For example:See [`.env.template`](./.env.template) for disabling telemetry.This small addition improves usability.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.env.template(1 hunks)README.md(1 hunks)
🔇 Additional comments (1)
README.md (1)
163-169: Approve: Telemetry Section Adds Transparency
The "Telemetry" section clearly explains that anonymized usage data is collected by default and shows how to opt out viaTELEMETRY_DISABLED=1. This aligns perfectly with the.env.templateupdate.
Description
Document that Cognee collects usage data in the readme and add instructions how users can opt out.