docs(sdk): Add two principles extracted from overview#16403
Merged
stephanie-anderson merged 1 commit intomasterfrom Feb 17, 2026
Merged
docs(sdk): Add two principles extracted from overview#16403stephanie-anderson merged 1 commit intomasterfrom
stephanie-anderson merged 1 commit 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
6 tasks
dingsdax
approved these changes
Feb 17, 2026
stephanie-anderson
added a commit
that referenced
this pull request
Feb 17, 2026
## DESCRIBE YOUR PR Create the `foundations/` layer of the SDK docs restructure. This introduces the transport subsection with dedicated pages for each concern. **Moved (git history preserved):** - `data-model/envelopes.mdx` → `foundations/transport/envelopes.mdx` - `data-model/envelope-items.mdx` → `foundations/transport/envelope-items.mdx` - `expected-features/rate-limiting.mdx` → `foundations/transport/rate-limiting.mdx` - `overview.mdx` → `foundations/overview.mdx` (stripped to just "Writing an SDK" + "Usage for End-users") **New pages (extracted from overview.mdx):** - `transport/authentication.mdx` — DSN parsing, X-Sentry-Auth, HTTP headers, User-Agent - `transport/compression.mdx` — content-encoding, transfer encoding - `transport/index.mdx` — response handling, server errors - `foundations/index.mdx` — hub page **Redirects added** for all moved pages in `src/middleware.ts`. Stacks on #16403. ## IS YOUR CHANGE URGENT? - [ ] Urgent deadline (GA date, etc.): - [ ] Other deadline: - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) 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.
DESCRIBE YOUR PR
Extract two working principles from
sdk/overview.mdxintogetting-started/principles/:Also drops "Ten" from the getting-started index description since the principle count is no longer fixed.
IS YOUR CHANGE URGENT?
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Co-Authored-By: Claude noreply@anthropic.com