[Docs] Correct public documentation inaccuracies - #1188
Draft
roomote-community[bot] wants to merge 2 commits into
Draft
[Docs] Correct public documentation inaccuracies#1188roomote-community[bot] wants to merge 2 commits into
roomote-community[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
1 issue outstanding. See task
Reviewed 7da0f06 |
| leave your servers. | ||
| analytics code runs in the browser and no anonymous usage events or daily | ||
| analytics reports leave your servers. Licensed deployments still report the | ||
| license ID and registered-user count used for subscription billing. |
Contributor
Author
There was a problem hiding this comment.
This understates what the billing path sends. The separate licensed-usage sync authenticates its request with the deployment's license key in the Authorization header (packages/telemetry/src/server/license-cloud.ts), rather than reporting a license ID. Please describe this as a separate license-usage report authenticated by the license key, or otherwise document the actual identifier accurately.
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.
What changed
Why this change was made
A page-by-page accuracy audit found several claims that had drifted from current implementation and product behavior. These focused corrections keep setup and capability guidance from sending operators down invalid or incomplete paths.
Impact
Public documentation now reflects the current provider catalog, configuration behavior, permissions, UI navigation, integration boundaries, and telemetry behavior. No application behavior changes.