ref(server-utils): Streamline graphql integration - #23329
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 89a3910. Configure here.
| genericPoolIntegration, | ||
| googleGenAIIntegration, | ||
| graphqlDiagnosticsIntegration, | ||
| graphqlIntegration, |
There was a problem hiding this comment.
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.
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 89a3910. Configure here.
size-limit report 📦
|
6c4ec00 to
8960fd0
Compare
8960fd0 to
8b49cb9
Compare


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