docs(sdk): restructure client/ into sub-specs for integrations, hooks, and configuration#16552
Merged
stephanie-anderson merged 4 commits intomasterfrom Feb 24, 2026
Merged
Conversation
…, and configuration Break the monolithic client spec into focused sub-specs with independent versioning: - client/integrations/ — integration interface, lifecycle, defaults - client/integrations/http-client — HTTP client instrumentation - client/integrations/graphql — GraphQL client instrumentation - client/integrations/feature-flags — feature flag tracking - client/hooks/ — lifecycle hooks, before_send, before_send_transaction, before_send_check_in, before_breadcrumb - client/configuration/ — client options, env vars, debug mode, sampling Remove extracted sections from expected-features/index.mdx and delete environment-variables.mdx (content consolidated into configuration/). Delete empty integrations/ placeholder. Add redirects for moved pages. Update cross-references in feedbacks.mdx. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
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.

Summary
Break the monolithic client spec (
sdk/foundations/client/index.mdx) into focused sub-specs with independent versioning. Remove extracted sections fromexpected-features/index.mdx, deleteenvironment-variables.mdxand the emptyintegrations/placeholder. Add redirects for moved pages and update cross-references.Content location map
client/index.mdx(integration-management section)client/integrations/expected-features/index.mdxclient/integrations/http-clientexpected-features/index.mdxclient/integrations/graphqlexpected-features/index.mdxclient/integrations/feature-flagsclient/index.mdx(lifecycle-hooks section)client/hooks/expected-features/index.mdxclient/hooks/client/hooks/telemetry/check-ins.mdx(reference only)client/hooks/expected-features/index.mdxclient/hooks/client/index.mdx(Public API section)client/configuration/expected-features/environment-variables.mdxclient/configuration/expected-features/index.mdxclient/configuration/expected-features/index.mdxclient/configuration/sdk/foundations/integrations/(empty placeholder)foundations/integrations/index.mdxclient/integrations/Redirects added
/sdk/foundations/integrations/:path*→/sdk/foundations/client/integrations/:path*/sdk/foundations/integrations/→/sdk/foundations/client/integrations//sdk/expected-features/environment-variables/→/sdk/foundations/client/configuration/Co-Authored-By: Claude noreply@anthropic.com