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

76 lines (75 loc) 2.25 kB
{ "name": "apollo-link-sentry", "version": "4.4.0", "license": "MIT", "author": "Diederik van den Burger <diederikvandenburger@tab.capital>", "repository": "https://github.com/DiederikvandenB/apollo-link-sentry.git", "homepage": "https://github.com/DiederikvandenB/apollo-link-sentry", "main": "lib-cjs/index.js", "module": "lib-esm/index.js", "browser": "lib-esm/index.js", "typings": "lib-esm/index.d.ts", "files": [ "lib-cjs/**/*", "lib-esm/**/*" ], "sideEffects": false, "keywords": [ "apollo", "graphql", "sentry", "error reporting" ], "scripts": { "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" }, "dependencies": { "deepmerge": "^4.2.2", "dot-prop": "^6", "tslib": "^2.0.3", "zen-observable-ts": "^1.2.5" }, "peerDependencies": { "@apollo/client": "^3.2.3", "@sentry/core": "^8.33 || ^9 || ^10", "graphql": "^15 || ^16" }, "devDependencies": { "@apollo/client": "^3.2.3", "@semantic-release/changelog": "^6.0.2", "@semantic-release/git": "^10.0.1", "@sentry/browser": "^8.33 || ^9 || ^10", "@sentry/core": "^8.33 || ^9 || ^10", "@types/jest": "^27.0.3", "@typescript-eslint/eslint-plugin": "^5.7", "@typescript-eslint/parser": "^5.7", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-prettier": "^4", "graphql": "^15 || ^16", "isomorphic-fetch": "^3", "jest": "^27.4.5", "jest-spec-reporter": "^1.0.17", "prettier": "^2.5.1", "rimraf": "^3.0.2", "semantic-release": "^20.1.1", "sentry-testkit": "^5.0.5", "ts-jest": "^27.1.1", "tsc-watch": "^4.5", "typescript": "^5" }, "volta": { "node": "18.15.0" }, "packageManager": "yarn@4.9.2" }