You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@pothos/tracing-sentry

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pothos/tracing-sentry - npm Package Compare versions

Comparing version
1.0.0
to
1.0.2
+17
-0
CHANGELOG.md
# @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": {