ref: Shorten telemetry-processor file names#16406
Closed
stephanie-anderson wants to merge 5 commits intomasterfrom
Closed
ref: Shorten telemetry-processor file names#16406stephanie-anderson wants to merge 5 commits intomasterfrom
stephanie-anderson wants to merge 5 commits intomasterfrom
Conversation
Move "SDK Errors" and "Layer of Integration" from sdk/overview.mdx into working principles as "Never capture your own exceptions" and "Integrate at the lowest level". Drop "Ten" from the index description since the count is no longer fixed. Co-Authored-By: Claude <noreply@anthropic.com>
Create the foundations/ layer of the SDK docs restructure: - git mv envelopes, envelope-items from data-model/ to foundations/transport/ - git mv rate-limiting from expected-features/ to foundations/transport/ - git mv overview to foundations/, strip transport content already extracted into dedicated pages - New pages: authentication (DSN, auth headers, HTTP headers), compression (content-encoding, transfer encoding), transport index (response handling, server errors) - Add redirects for all moved pages in middleware.ts - Demote processes/ sidebar_order to 99 (being superseded) Co-Authored-By: Claude <noreply@anthropic.com>
Move the entire data-model directory (32 files) under foundations/ to group it with other foundational SDK concepts. Update all references across the codebase from /sdk/data-model/ to the new paths, including envelope/envelope-item links that now point to foundations/transport/. Add redirects for all data-model pages. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Remove redundant `-telemetry-processor` suffix from platform-specific files (e.g. backend-telemetry-processor.mdx → backend.mdx). Update internal links and add redirects for old paths. Co-Authored-By: Claude <noreply@anthropic.com>
a4eac50 to
3a0307a
Compare
Move the telemetry processor section from telemetry/ into foundations/ since it's cross-cutting infrastructure, not a specific telemetry type. Update all references and add redirects. Co-Authored-By: Claude <noreply@anthropic.com>
Base automatically changed from
docs/add-sdk-foundations-data-model
to
master
February 17, 2026 17:42
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.
DESCRIBE YOUR PR
Remove redundant
-telemetry-processorsuffix from platform-specific files within thetelemetry-processor/directory.backend-telemetry-processor.mdx→backend.mdxbrowser-telemetry-processor.mdx→browser.mdxgdx-telemetry-processor.mdx→gdx.mdxmobile-telemetry-processor.mdx→mobile.mdxStacked on #16405.
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST
Co-Authored-By: Claude noreply@anthropic.com