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-next.1
to
1.0.0
+14
-0
CHANGELOG.md
# @pothos/tracing-sentry
## 1.0.0
### Minor Changes
- 29841a8: Release Pothos v4 🎉 see https://pothos-graphql.dev/docs/migrations/v4 for more details
### Patch Changes
- c1e6dcb: update readmes
- Updated dependencies [c1e6dcb]
- Updated dependencies [29841a8]
- @pothos/plugin-tracing@1.0.0
- @pothos/core@4.0.0
## 1.0.0-next.1

@@ -4,0 +18,0 @@

+10
-10
{
"name": "@pothos/tracing-sentry",
"version": "1.0.0-next.1",
"version": "1.0.0",
"description": "Sentry utilities for the Pothos tracing plugin",

@@ -37,7 +37,7 @@ "main": "./lib/index.js",

"access": "public",
"provenance": false
"provenance": true
},
"peerDependencies": {
"@pothos/core": "4.0.0-next.1",
"@pothos/plugin-tracing": "1.0.0-next.1",
"@pothos/core": "4.0.0",
"@pothos/plugin-tracing": "1.0.0",
"@sentry/node": "*",

@@ -48,9 +48,9 @@ "@sentry/tracing": "*",

"devDependencies": {
"@sentry/node": "^8.13.0",
"graphql": "^16.9.0",
"@sentry/node": "^8.16.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-yoga": "5.6.0",
"@pothos/core": "4.0.0-next.1",
"@pothos/plugin-tracing": "1.0.0-next.1",
"@pothos/test-utils": "2.0.0-next.1"
"@pothos/core": "4.0.0",
"@pothos/plugin-tracing": "1.0.0",
"@pothos/test-utils": "2.0.0"
},

@@ -65,4 +65,4 @@ "scripts": {

"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
}
}