Update from code changes: CLI telemetry email attribution - #7274
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: CLI telemetry email attribution#7274mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the CLI telemetry documentation to reflect that telemetry events now include the account email address for logged-in users.
Changes
--telemetryglobal flag description and telemetry section incli/commands.mdx.Context
CLI usage telemetry now attributes events to authenticated users' emails so usage reports can identify top CLI users. The email is stored during login, signup, and token refresh, cleared on logout, and only sent when the user is logged in with telemetry enabled. Opted-out and logged-out usage remains anonymous. The docs previously stated telemetry was anonymous and collected no personally identifiable information, which is no longer accurate for logged-in users.
https://github.com/mintlify/mint/pull/10748
Note
Low Risk
Documentation-only privacy disclosure updates with no runtime or data-handling code changes in this PR.
Overview
Updates the CLI Telemetry docs (and the
--telemetryglobal flag blurb) so they match behavior where logged-in CLI usage can include the account email on telemetry events.The docs no longer describe all telemetry as anonymous or claim that no personally identifiable information is collected. They now state that logged-out usage stays anonymous, logging out clears the stored email, and Mintlify still does not collect project content or file paths. The same wording changes are applied in Spanish, French, and Chinese
commands.mdxpages; the Chinese page also shortens its frontmatterdescription.Reviewed by Cursor Bugbot for commit 456dee9. Bugbot is set up for automated code reviews on this repo. Configure here.