docs(sdk): Move data-handling content to proper locations#16682
Merged
Conversation
Move the "Variable Size" section from expected-features/data-handling to foundations/transport/event-payloads/ under the existing Size Limits heading, where it naturally belongs alongside envelope size limits. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Move the breadcrumb URL formatting and data scrubbing guidance from expected-features/data-handling to the Breadcrumbs Interface page where it belongs alongside the breadcrumb type definitions. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Move "Retrieve Last Event ID" from expected-features to the scopes spec. Added as a top-level Sentry.lastEventId() API under its own "Event ID Retrieval" heading, and as scope instance methods (set_last_event_id, last_event_id) noting isolation scope usage. The hub & scope spec already documents last_event_id() in its static API table. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
The entry was just a pointer to sdk/telemetry/traces/backpressure/ which already covers all the content. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Create a new spec page for the Modules integration that attaches loaded library names and versions to events. Documents event enrichment behavior, platform-specific module sources, and caching. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Move the "Buffer to Disk" section and "Dealing With Network Failures" from expected-features to a new transport/offline-caching page. Tightened wording to use RFC 2119 keywords and promoted HTTP status code subsections to proper headings. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Move "Background Sending" from expected-features to the transport index page with RFC 2119 keywords. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Move "Log context" (contextTags / MDC) from expected-features to the configuration spec as a SpecSection and client options table entry. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Move "Attaching Request Body in Server SDKs" from expected-features to the configuration spec as a SpecSection and client options table entry (max_request_body_size). Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Add "Automatic Context Data" concept to both the scopes spec and the hub & scope spec, explaining that SDKs and integrations auto-populate scopes with contextual data via framework hooks. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
Move "HTTP Proxy" from expected-features to the transport index page. Documents proxy option, environment variable precedence (proxy, https_proxy, http_proxy, no_proxy), and optional auth/CA support based on the sentry-javascript implementation. Part of the effort to retire sdk/expected-features/. Co-Authored-By: Claude <noreply@anthropic.com>
- #retrieve-last-event-id → scopes/#event-id-retrieval - #dealing-with-network-failures → transport/offline-caching/ - #variable-size → transport/event-payloads/#variable-size Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
Failing 404 check due to #16685 (review) |
dingsdax
approved these changes
Mar 4, 2026
stephanie-anderson
enabled auto-merge (squash)
March 4, 2026 20:18
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.
Retire
sdk/expected-features/by moving content to proper locations in the SDK docs hierarchy.Changes
expected-features/data-handlingfoundations/transport/event-payloads/expected-features/data-handlingfoundations/transport/event-payloads/breadcrumbsexpected-features/foundations/state-management/scopes/(public API + scope methods)expected-features/telemetry/traces/backpressure/)expected-features/foundations/client/integrations/modules(new spec page)expected-features/foundations/transport/offline-caching(new page)expected-features/foundations/transport/indexexpected-features/foundations/client/configuration/(new SpecSection + options table entry)expected-features/foundations/client/configuration/(new SpecSection + options table entry)expected-features/foundations/state-management/scopes/+hub-and-scope/conceptsexpected-features/foundations/transport/indexStill remaining in expected-features/
data-handling.mdx— Sensitive Data/PII, Span structuring (planned for future commits)index.mdx— Uncaught Exception Handler, In-App Frames, Surrounding Source, Local Variables, Desymbolication, Start-Up Crash DetectionCo-Authored-By: Claude noreply@anthropic.com