Skip to content

ref(ai)!: Drop core's duplicate AI base copy - #22965

Merged
nicohrubec merged 1 commit into
ref/move-ai-vercel-ai-2from
ref/move-ai-cleanup-2
Aug 4, 2026
Merged

ref(ai)!: Drop core's duplicate AI base copy#22965
nicohrubec merged 1 commit into
ref/move-ai-vercel-ai-2from
ref/move-ai-cleanup-2

Conversation

@nicohrubec

@nicohrubec nicohrubec commented Aug 3, 2026

Copy link
Copy Markdown
Member

Deletes core's duplicate tracing/ai/ base (gen-ai-attributes, mediaStripping, messageTruncation, utils) that was kept while moving the providers. providerSkip is the only thing left in core because it seems we cannot easily move this because cloudflare uses this in a code path that must not depend on the server utils package. Also adjusting some leftover import paths.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 29.81 kB - -
@sentry/browser - with treeshaking flags 28.03 kB - -
@sentry/browser (incl. Tracing) 47.28 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 47.29 kB - -
@sentry/browser (incl. Tracing, Profiling) 52.05 kB - -
@sentry/browser (incl. Tracing, Replay) 86.6 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 76.04 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 91.33 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 103.97 kB - -
@sentry/browser (incl. Feedback) 47.13 kB - -
@sentry/browser (incl. sendFeedback) 34.66 kB - -
@sentry/browser (incl. FeedbackAsync) 39.77 kB - -
@sentry/browser (incl. Metrics) 30.88 kB - -
@sentry/browser (incl. Logs) 31.12 kB - -
@sentry/browser (incl. Metrics & Logs) 31.79 kB - -
@sentry/react 31.61 kB - -
@sentry/react (incl. Tracing) 49.54 kB - -
@sentry/vue 34.88 kB - -
@sentry/vue (incl. Tracing) 49.27 kB - -
@sentry/svelte 29.83 kB - -
CDN Bundle 31.9 kB - -
CDN Bundle (incl. Tracing) 47.6 kB - -
CDN Bundle (incl. Logs, Metrics) 33.45 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 49.02 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 72.81 kB - -
CDN Bundle (incl. Tracing, Replay) 85.26 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 86.57 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 91.08 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 92.4 kB - -
CDN Bundle - uncompressed 94.8 kB - -
CDN Bundle (incl. Tracing) - uncompressed 142.47 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 99.51 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.44 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 224.26 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 261.72 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 265.69 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 275.43 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 279.38 kB - -
@sentry/nextjs (client) 52.1 kB - -
@sentry/sveltekit (client) 47.72 kB - -
@sentry/core/server 65.52 kB -11.13% -8.2 kB 🔽
@sentry/core/browser 51.86 kB - -
@sentry/node 120.65 kB -0.42% -507 B 🔽
@sentry/node/import (ESM hook with diagnostics-channel injection) 0 B added added
@sentry/node - without tracing 84.03 kB - -
@sentry/aws-serverless 92.69 kB -0.01% -1 B 🔽
@sentry/cloudflare (withSentry) - minified 218.62 kB -2.49% -5.58 kB 🔽
@sentry/cloudflare (withSentry) 538.58 kB -2.32% -12.77 kB 🔽

View base workflow run

@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from d32eaf4 to 99b7473 Compare August 3, 2026 15:37
@nicohrubec nicohrubec changed the title ref(ai)!: Move providerSkip to @sentry/server-utils and drop core's AI base copy ref(ai)!: Drop core's duplicate AI base copy Aug 3, 2026
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from 99b7473 to 18ecce3 Compare August 4, 2026 07:13
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from 18ecce3 to 616a476 Compare August 4, 2026 07:24
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from 616a476 to 5ac78c5 Compare August 4, 2026 07:35
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from 5ac78c5 to fea0ca1 Compare August 4, 2026 07:45
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from fea0ca1 to a1a38c9 Compare August 4, 2026 07:55
@nicohrubec
nicohrubec marked this pull request as ready for review August 4, 2026 07:56
@nicohrubec
nicohrubec requested review from a team as code owners August 4, 2026 07:56
@nicohrubec
nicohrubec requested review from JPeer264, andreiborza, chargome and mydea and removed request for a team and mydea August 4, 2026 07:56
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from a1a38c9 to 147b19d Compare August 4, 2026 09:29
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from 147b19d to f062887 Compare August 4, 2026 09:48
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from f062887 to e8ea336 Compare August 4, 2026 12:06
Final cleanup of the AI-integration move. Deletes core's duplicate `tracing/ai/` base
(`gen-ai-attributes`, `mediaStripping`, `messageTruncation`, `utils`) that was kept while
the providers moved one at a time. Every consumer already imports the copy under
`@sentry/server-utils/src/ai/core`, so the core exports had no remaining consumers.

`providerSkip` intentionally stays in `@sentry/core`: it is a small cross-cutting skip
registry (a module-global `Set`), not provider instrumentation, and cloudflare's
`client.ts` — which is in the `wrapRequestHandler` edge module graph — must not import
from `@sentry/server-utils` (guarded by `requestModuleGraph.test.ts`). Keeping it in core
lets both the node client and the edge request path reach it without crossing that
boundary. The server-utils AI code imports the skip helpers from `@sentry/core` (allowed,
since server-utils depends on core).

With this, `@sentry/core` contains no AI/gen-ai *instrumentation* code (only the
provider-agnostic skip registry remains). The platform SDK public API is unchanged.

Also moves the two `ai/core` unit tests to server-utils and fixes a lint violation
(`import()` type annotation) in the moved langchain-embeddings test.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nicohrubec
nicohrubec force-pushed the ref/move-ai-cleanup-2 branch from e8ea336 to cb10238 Compare August 4, 2026 12:11
@nicohrubec
nicohrubec merged commit 8f9aa40 into develop Aug 4, 2026
517 of 519 checks passed
@nicohrubec
nicohrubec deleted the ref/move-ai-cleanup-2 branch August 4, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants