ref(openai)!: Move OpenAI AI integration to @sentry/server-utils - #22943
Closed
nicohrubec wants to merge 1 commit into
Closed
ref(openai)!: Move OpenAI AI integration to @sentry/server-utils#22943nicohrubec wants to merge 1 commit into
@sentry/server-utils#22943nicohrubec wants to merge 1 commit into
Conversation
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.
Reviewed by Cursor Bugbot for commit 84d1532. Configure here.
nicohrubec
force-pushed
the
ref/move-ai-openai
branch
4 times, most recently
from
August 3, 2026 11:15
5af16b8 to
020e9c8
Compare
nicohrubec
force-pushed
the
ref/move-ai-openai
branch
from
August 3, 2026 11:18
020e9c8 to
31fec53
Compare
Contributor
size-limit report 📦
|
Move the OpenAI gen-ai instrumentation from `@sentry/core` to `@sentry/server-utils/src/ai/openai`, consuming the shared `ai/core` base. The `instrumentOpenAiClient`/`OPENAI_INTEGRATION_NAME`/etc. symbols are no longer exported from `@sentry/core`; node/cloudflare/vercel-edge re-export them from `@sentry/server-utils`, so the platform SDK public API is unchanged. `providerSkip` stays in `@sentry/core` until the final cleanup PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
nicohrubec
force-pushed
the
ref/move-ai-openai
branch
from
August 3, 2026 12:09
31fec53 to
acc732b
Compare
Member
Author
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.

Moves the OpenAI gen-ai instrumentation from
@sentry/coreto@sentry/server-utils/src/ai/openai, consuming the sharedai/corebase added in the parent PR.The low-level
instrumentOpenAiClient/OPENAI_INTEGRATION_NAME/ attribute helpers are no longer exported from@sentry/core; the platform SDKs (@sentry/node,@sentry/cloudflare,@sentry/vercel-edge) re-export them from@sentry/server-utils, so their public API is unchanged.@sentry/vercel-edgegains a@sentry/server-utilsdependency.providerSkipand core's copy of the shared base remain in@sentry/coreuntil the final cleanup PR.Part of the v11 AI-move stack.
🤖 Generated with Claude Code