UNPKG

apollo-link-sentry

Version:

[Apollo Link](https://www.apollographql.com/docs/react/api/link/introduction) to enrich [Sentry](https://sentry.io) events with [GraphQL](https://graphql.org) data

5 lines (4 loc) 223 B
export { SentryLink } from './SentryLink'; export { SentryLinkOptions } from './options'; export { GraphQLBreadcrumb } from './breadcrumb'; export { excludeGraphQLFetch, withoutGraphQLFetch, } from './excludeGraphQLFetch';