@pothos/tracing-sentry
Advanced tools
+9
-0
| # @pothos/tracing-sentry | ||
| ## 1.0.0-next.1 | ||
| ### Patch Changes | ||
| - update readmes | ||
| - Updated dependencies | ||
| - @pothos/plugin-tracing@1.0.0-next.1 | ||
| - @pothos/core@4.0.0-next.1 | ||
| ## 1.0.0-next.0 | ||
@@ -4,0 +13,0 @@ |
+6
-6
| { | ||
| "name": "@pothos/tracing-sentry", | ||
| "version": "1.0.0-next.0", | ||
| "version": "1.0.0-next.1", | ||
| "description": "Sentry utilities for the Pothos tracing plugin", | ||
@@ -40,4 +40,4 @@ "main": "./lib/index.js", | ||
| "peerDependencies": { | ||
| "@pothos/core": "4.0.0-next.0", | ||
| "@pothos/plugin-tracing": "1.0.0-next.0", | ||
| "@pothos/core": "4.0.0-next.1", | ||
| "@pothos/plugin-tracing": "1.0.0-next.1", | ||
| "@sentry/node": "*", | ||
@@ -52,5 +52,5 @@ "@sentry/tracing": "*", | ||
| "graphql-yoga": "5.6.0", | ||
| "@pothos/core": "4.0.0-next.0", | ||
| "@pothos/plugin-tracing": "1.0.0-next.0", | ||
| "@pothos/test-utils": "2.0.0-next.0" | ||
| "@pothos/core": "4.0.0-next.1", | ||
| "@pothos/plugin-tracing": "1.0.0-next.1", | ||
| "@pothos/test-utils": "2.0.0-next.1" | ||
| }, | ||
@@ -57,0 +57,0 @@ "scripts": { |
30066
0.49%