docs(sdk): extract trace propagation into foundations spec#16574
Merged
stephanie-anderson merged 1 commit intomasterfrom Feb 25, 2026
Merged
docs(sdk): extract trace propagation into foundations spec#16574stephanie-anderson merged 1 commit intomasterfrom
stephanie-anderson merged 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Consolidate distributed tracing, DSC, TwP, trace propagation cheat sheet, and span trace propagation into a single foundations/context-propagation spec. This reduces the traces/ migration surface and places propagation where it conceptually belongs — as a foundational concern, not a tracing detail. - Create context-propagation/index.mdx (v1.9.0) and dynamic-sampling-context.mdx (v1.3.0) sub-spec - Replace extracted sections in traces/index.mdx with cross-references - Delete 5 fully extracted source files - Add redirects for old paths - Update all internal links across 11 files - Unify SpecSection heading placement (always inside component) - Update SpecSection component to visually render heading above the colored border strip while keeping it inside the component for parsing Co-Authored-By: Claude <noreply@anthropic.com>
def6a7f to
d888f03
Compare
dingsdax
approved these changes
Feb 25, 2026
dingsdax
pushed a commit
that referenced
this pull request
Feb 25, 2026
Restores `develop-docs/sdk/telemetry/spans/span-trace-propagation.mdx` which was accidentally deleted in #16574 (trace propagation extraction). Discussed with Michi that all content in /sdk/telemetry/spans will be updated in coordination with him. Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
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.
Extract trace propagation content from the
traces/grab bag into a dedicatedfoundations/trace-propagation/spec. This reduces the traces/ migration surface and places propagation where it conceptually belongs — as a foundational concern, not a tracing detail.New specs:
foundations/trace-propagation/index.mdx(v1.9.0) — consolidates distributed tracing, TwP, trace propagation cheat sheet, span trace propagation, and propagation-related sections from traces/foundations/trace-propagation/dynamic-sampling-context.mdx(v1.3.0) — transplanted from traces/Changes:
traces/index.mdxwith cross-reference links/sdk/performance/and/sdk/telemetry/prefixes)Co-Authored-By: Claude noreply@anthropic.com