docs(sdk): Move data-model/ into foundations/ and reorganize#16405
Merged
stephanie-anderson merged 8 commits intomasterfrom Feb 17, 2026
Merged
docs(sdk): Move data-model/ into foundations/ and reorganize#16405stephanie-anderson merged 8 commits intomasterfrom
stephanie-anderson merged 8 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.
|
6 tasks
Base automatically changed from
docs/add-sdk-foundations-transport
to
master
February 17, 2026 15:39
dingsdax
approved these changes
Feb 17, 2026
…events Move envelopes.mdx and envelope-items.mdx from foundations/transport/ back to foundations/data-model/ where they fit better conceptually. Rename event-payloads/ directory to events/ for cleaner, shorter URLs. Update all cross-references and add redirects for both changes. Co-Authored-By: Claude <noreply@anthropic.com>
Update full develop.sentry.dev URLs in docs/ and platform-includes/ to reflect the event-payloads → events rename. Also update legacy redirects in redirects.js. Co-Authored-By: Claude <noreply@anthropic.com>
Revert the rename of event-payloads/ to events/ and restore all cross-references, redirects, and full URLs back to event-payloads. Co-Authored-By: Claude <noreply@anthropic.com>
Restore "Event Payloads" title in index.mdx and add redirects for old /sdk/data-model/event-payloads/ paths in redirects.js. 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.
DESCRIBE YOUR PR
Restructure
data-model/underfoundations/and reorganize its contents:git mvall 32 data-model files tofoundations/data-model/(preserves git history)envelopes.mdxandenvelope-items.mdxfromfoundations/transport/tofoundations/data-model/src/middleware.tsandredirects.jsfor all moved pagesStacked on #16404.
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST
Co-Authored-By: Claude noreply@anthropic.com