Skip to content

docs(sdk): Move data-handling content to proper locations#16682

Merged
stephanie-anderson merged 13 commits into
masterfrom
refactor/move-data-handling-content
Mar 4, 2026
Merged

docs(sdk): Move data-handling content to proper locations#16682
stephanie-anderson merged 13 commits into
masterfrom
refactor/move-data-handling-content

Conversation

@stephanie-anderson

@stephanie-anderson stephanie-anderson commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

Retire sdk/expected-features/ by moving content to proper locations in the SDK docs hierarchy.

Changes

Content From To
Variable size limits expected-features/data-handling foundations/transport/event-payloads/
Breadcrumb structuring expected-features/data-handling foundations/transport/event-payloads/breadcrumbs
Retrieve Last Event ID expected-features/ foundations/state-management/scopes/ (public API + scope methods)
Backpressure Management expected-features/ Removed (was just a pointer to telemetry/traces/backpressure/)
List Loaded Libraries expected-features/ foundations/client/integrations/modules (new spec page)
Buffer to Disk expected-features/ foundations/transport/offline-caching (new page)
Background Sending expected-features/ foundations/transport/ index
Log Context expected-features/ foundations/client/configuration/ (new SpecSection + options table entry)
Request Body Size expected-features/ foundations/client/configuration/ (new SpecSection + options table entry)
Automatic Context Data expected-features/ foundations/state-management/scopes/ + hub-and-scope/ concepts
HTTP Proxy expected-features/ foundations/transport/ index

Still 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 Detection

Co-Authored-By: Claude noreply@anthropic.com

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>
@vercel

vercel Bot commented Mar 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Mar 4, 2026 8:29pm
sentry-docs Ready Ready Preview, Comment Mar 4, 2026 8:29pm

Request Review

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>
Comment thread develop-docs/sdk/expected-features/data-handling.mdx
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>
Comment thread develop-docs/sdk/expected-features/data-handling.mdx
stephanie-anderson and others added 5 commits March 4, 2026 17:20
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>
Comment thread develop-docs/sdk/expected-features/data-handling.mdx
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>
@stephanie-anderson

Copy link
Copy Markdown
Contributor Author

Failing 404 check due to #16685 (review)

@stephanie-anderson
stephanie-anderson enabled auto-merge (squash) March 4, 2026 20:18
@stephanie-anderson
stephanie-anderson merged commit 36acf57 into master Mar 4, 2026
17 checks passed
@stephanie-anderson
stephanie-anderson deleted the refactor/move-data-handling-content branch March 4, 2026 20:38
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

sdk-develop-docs PRs touching develop-docs/sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants