docs(sdk): Migrate client-reports spec to new format#16516
Merged
stephanie-anderson merged 4 commits intomasterfrom Feb 23, 2026
Merged
docs(sdk): Migrate client-reports spec to new format#16516stephanie-anderson merged 4 commits intomasterfrom
stephanie-anderson merged 4 commits intomasterfrom
Conversation
Add versioned frontmatter with 22-entry changelog derived from git history. Restructure content into standard spec sections (SpecRfcAlert, SpecMeta, SpecSection, SpecChangelog). Consolidate network failure recording rules from expected-features and envelope item constraints from envelope-items into the client-reports spec as the single source of truth. - Split network failure recording into per-status-code SpecSections - Add wire format section with payload tables and Since columns - Replace inline rules in expected-features with spec references - Remove client report section from envelope-items Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
The previous wording "except for HTTP 429 and HTTP 413" could be misread as those codes not requiring a client report. Reword to make it clear they have dedicated sections with additional requirements. Co-Authored-By: Claude <noreply@anthropic.com>
dingsdax
approved these changes
Feb 23, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Migrate
sdk/telemetry/client-reports.mdxto the new spec format established in #16461.SpecRfcAlert,SpecMeta,SpecSection,SpecChangelogcomponentsexpected-features/index.mdxinto the client-reports spec as the single source of truthenvelope-items.mdx(content now lives in client-reports wire format section)sinceversionsSincecolumnsCo-Authored-By: Claude noreply@anthropic.com