apollo-link-sentry

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

watch

tsc-watch --project=tsconfig.json

prebuild

rimraf lib-cjs lib-esm

build

tsc --target esnext --outDir lib-esm && tsc --target es5 --outDir lib-cjs

test

jest

test:coverage

jest --coverage --watchAll=false

lint

eslint .

lint:fix

eslint --fix .

prettify

prettier --write README.md UPGRADE.md LICENSE.md

fix

yarn run lint:fix && yarn run prettify

validate

yarn run lint && yarn run test && yarn run build
npm i apollo-link-sentry

Metadata

  • MIT
  • Whatever
  • Diederik van den Burger
  • released 5/21/2024

Downloads