@pothos/tracing-sentry
Advanced tools
+17
-0
| # @pothos/tracing-sentry | ||
| ## 1.0.2 | ||
| ### Patch Changes | ||
| - Updated dependencies [777f6de] | ||
| - @pothos/core@4.0.2 | ||
| - @pothos/plugin-tracing@1.0.2 | ||
| ## 1.0.1 | ||
| ### Patch Changes | ||
| - 9bd203e: Fix graphql peer dependency version to match documented minumum version | ||
| - Updated dependencies [9bd203e] | ||
| - @pothos/core@4.0.1 | ||
| - @pothos/plugin-tracing@1.0.1 | ||
| ## 1.0.0 | ||
@@ -4,0 +21,0 @@ |
+7
-7
| { | ||
| "name": "@pothos/tracing-sentry", | ||
| "version": "1.0.0", | ||
| "version": "1.0.2", | ||
| "description": "Sentry utilities for the Pothos tracing plugin", | ||
@@ -40,7 +40,7 @@ "main": "./lib/index.js", | ||
| "peerDependencies": { | ||
| "@pothos/core": "4.0.0", | ||
| "@pothos/plugin-tracing": "1.0.0", | ||
| "@pothos/core": "4.0.2", | ||
| "@pothos/plugin-tracing": "1.0.2", | ||
| "@sentry/node": "*", | ||
| "@sentry/tracing": "*", | ||
| "graphql": "^16.8.1" | ||
| "graphql": ">=16.6.0" | ||
| }, | ||
@@ -52,5 +52,5 @@ "devDependencies": { | ||
| "graphql-yoga": "5.6.0", | ||
| "@pothos/core": "4.0.0", | ||
| "@pothos/plugin-tracing": "1.0.0", | ||
| "@pothos/test-utils": "2.0.0" | ||
| "@pothos/core": "4.0.2", | ||
| "@pothos/plugin-tracing": "1.0.2", | ||
| "@pothos/test-utils": "2.0.1" | ||
| }, | ||
@@ -57,0 +57,0 @@ "scripts": { |
30625
1.06%