An Apollo Link that records GraphQL queries as Sentry breadcrumbs for debugging. Current stable version is 1.3.0, with infrequent releases. It logs query names, types (query/mutation), and fragment names as breadcrumbs in Sentry (or console in development). Lightweight alternative to custom Apollo link integration, depends on @sentry/minimal and @apollo/client.
npm install apollo-sentry-linkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Apollo Client with the Sentry link to record GraphQL queries as breadcrumbs.
No fix needed; intended behavior for debugging.
Extend the link or use Sentry's manual breadcrumb API for more details.
npm install apollo-sentry-link
Change import to: import ApolloSentryLink from 'apollo-sentry-link'