docs(migration): Document the AI instrumentation move out of @sentry/core - #23006
Merged
Merged
Conversation
nicohrubec
force-pushed
the
ref/move-ai-migration-guide
branch
from
August 4, 2026 11:37
6eb5cb8 to
d0e74fd
Compare
nicohrubec
marked this pull request as ready for review
August 4, 2026 11:39
chargome
approved these changes
Aug 4, 2026
nicohrubec
force-pushed
the
ref/move-ai-migration-guide
branch
from
August 4, 2026 11:45
d0e74fd to
f7d3d5f
Compare
auto-merge was automatically disabled
August 4, 2026 11:50
Pull Request is not mergeable
auto-merge was automatically disabled
August 4, 2026 11:51
Pull Request is not mergeable
auto-merge was automatically disabled
August 4, 2026 11:54
Pull Request is not mergeable
nicohrubec
force-pushed
the
ref/move-ai-migration-guide
branch
from
August 4, 2026 12:06
f7d3d5f to
230fd90
Compare
…/core` Adds a v11 migration entry covering the relocation of AI/gen-ai instrumentation from `@sentry/core` to `@sentry/server-utils`. The user-facing `instrument*Client` / `createLangChainCallbackHandler` / `addVercelAiProcessors` / etc. helpers are unchanged (still re-exported by the platform SDKs); the low-level attribute/stream helpers, integration-name constants, and option/response/client types that were exported from `@sentry/core` are no longer part of the public API. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
nicohrubec
force-pushed
the
ref/move-ai-migration-guide
branch
from
August 4, 2026 12:11
230fd90 to
4c10c25
Compare
andreiborza
approved these changes
Aug 4, 2026
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.
Adds the v11 migration entry for the AI-integration move (relocating AI/gen-ai instrumentation from
@sentry/coreto@sentry/server-utils).The user-facing
instrument*Client/createLangChainCallbackHandler/addVercelAiProcessorshelpers are unchanged (still re-exported by the platform SDKs). The entry lists the low-level helpers, constants and types that@sentry/coreno longer exports.Closes #22831