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
9 lines (8 loc) • 692 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withoutGraphQLFetch = exports.excludeGraphQLFetch = exports.SentryLink = void 0;
var SentryLink_1 = require("./SentryLink");
Object.defineProperty(exports, "SentryLink", { enumerable: true, get: function () { return SentryLink_1.SentryLink; } });
var excludeGraphQLFetch_1 = require("./excludeGraphQLFetch");
Object.defineProperty(exports, "excludeGraphQLFetch", { enumerable: true, get: function () { return excludeGraphQLFetch_1.excludeGraphQLFetch; } });
Object.defineProperty(exports, "withoutGraphQLFetch", { enumerable: true, get: function () { return excludeGraphQLFetch_1.withoutGraphQLFetch; } });