Skip to content

ref(server-utils): Streamline graphql integration - #23329

Draft
mydea wants to merge 1 commit into
fn/move-integrations-tracing-channelfrom
fn/streamline-graphql
Draft

ref(server-utils): Streamline graphql integration#23329
mydea wants to merge 1 commit into
fn/move-integrations-tracing-channelfrom
fn/streamline-graphql

Conversation

@mydea

@mydea mydea commented Aug 12, 2026

Copy link
Copy Markdown
Member

Streamline graphql integration files into a single folder, rename it to graphqlIntegration for consistency, combine into a singular integration for consistency.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 89a3910. Configure here.

genericPoolIntegration,
googleGenAIIntegration,
graphqlDiagnosticsIntegration,
graphqlIntegration,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Public GraphQL API renamed without deprecation

Medium Severity

graphqlDiagnosticsIntegration is removed from public Deno and @sentry/server-utils/orchestrion exports and replaced with graphqlIntegration without a deprecated alias. The main @sentry/server-utils entry also drops its previous graphqlIntegration export. This is a public API breaking change without a deprecation notice, which the PR review guidelines ask to flag. Nearby Deno renames keep deprecated aliases for the same reason.

Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit 89a3910. Configure here.

@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

⚠️ Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

Path Size % Change Change
@sentry/browser 30.29 kB - -
@sentry/browser - with treeshaking flags 28.47 kB - -
@sentry/browser - with treeshaking flags tracing without tracing 26.81 kB - -
@sentry/browser (incl. Tracing) 48.53 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 48.55 kB - -
@sentry/browser (incl. Tracing, Profiling) 51.43 kB - -
@sentry/browser (incl. Tracing, Replay) 87.92 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 77.34 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 92.64 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 105.34 kB - -
@sentry/browser (incl. Feedback) 47.62 kB - -
@sentry/browser (incl. sendFeedback) 35.12 kB - -
@sentry/browser (incl. FeedbackAsync) 40.27 kB - -
@sentry/browser (incl. Metrics) 31.28 kB - -
@sentry/browser (incl. Logs) 31.54 kB - -
@sentry/browser (incl. Metrics & Logs) 32.21 kB - -
@sentry/react 32.09 kB - -
@sentry/react (incl. Tracing) 50.72 kB - -
@sentry/vue 35.3 kB - -
@sentry/vue (incl. Tracing) 50.48 kB - -
@sentry/svelte 30.31 kB - -
CDN Bundle 31.6 kB - -
CDN Bundle (incl. Tracing) 48.85 kB - -
CDN Bundle (incl. Logs, Metrics) 33.82 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 50.81 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 74.35 kB - -
CDN Bundle (incl. Tracing, Replay) 86.44 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 88.31 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 92.15 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 94.13 kB - -
CDN Bundle - uncompressed 93.83 kB - -
CDN Bundle (incl. Tracing) - uncompressed 146.66 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 100.23 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 152.45 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 229.17 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 265.92 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 271.7 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 279.62 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 285.39 kB - -
@sentry/nextjs (client) 53.27 kB - -
@sentry/sveltekit (client) 48.94 kB - -
@sentry/core/server 65.42 kB - -
@sentry/core/browser 51.78 kB - -
@sentry/node 117.91 kB -0.04% -41 B 🔽
@sentry/node/import (ESM hook with diagnostics-channel injection) 0 B added added
@sentry/node - without tracing 82.06 kB - -
@sentry/aws-serverless 91.45 kB -0.01% -1 B 🔽
@sentry/cloudflare (withSentry) - minified 213.88 kB - -
@sentry/cloudflare (withSentry) 528.3 kB - -

View base workflow run

@mydea
mydea force-pushed the fn/streamline-graphql branch 2 times, most recently from 6c4ec00 to 8960fd0 Compare August 12, 2026 11:40
@mydea
mydea force-pushed the fn/streamline-graphql branch from 8960fd0 to 8b49cb9 Compare August 12, 2026 12:17
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.

1 participant