@depup/sentry__node 10.46.0-depup.1 → 10.46.0-depup.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,14 +14,15 @@ npm install @depup/sentry__node
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@sentry/node](https://www.npmjs.com/package/@sentry/node) @ 10.46.0 |
17
- | Processed | 2026-03-26 |
17
+ | Processed | 2026-03-27 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 29 |
19
+ | Deps updated | 30 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
+ | @fastify/otel | 0.17.1 | ^0.18.0 |
25
26
  | @opentelemetry/api | ^1.9.0 | ^1.9.1 |
26
27
  | @opentelemetry/context-async-hooks | ^2.6.0 | ^2.6.1 |
27
28
  | @opentelemetry/core | ^2.6.0 | ^2.6.1 |
@@ -50,7 +51,7 @@ npm install @depup/sentry__node
50
51
  | @opentelemetry/instrumentation-undici | 0.23.0 | ^0.24.0 |
51
52
  | @opentelemetry/resources | ^2.6.0 | ^2.6.1 |
52
53
  | @opentelemetry/sdk-trace-base | ^2.6.0 | ^2.6.1 |
53
- | @prisma/instrumentation | 7.4.2 | ^7.5.0 |
54
+ | @prisma/instrumentation | 7.4.2 | ^7.6.0 |
54
55
 
55
56
  ---
56
57
 
package/changes.json CHANGED
@@ -114,9 +114,13 @@
114
114
  },
115
115
  "@prisma/instrumentation": {
116
116
  "from": "7.4.2",
117
- "to": "^7.5.0"
117
+ "to": "^7.6.0"
118
+ },
119
+ "@fastify/otel": {
120
+ "from": "0.17.1",
121
+ "to": "^0.18.0"
118
122
  }
119
123
  },
120
- "timestamp": "2026-03-26T00:40:34.087Z",
121
- "totalUpdated": 29
124
+ "timestamp": "2026-03-27T16:28:42.370Z",
125
+ "totalUpdated": 30
122
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/sentry__node",
3
- "version": "10.46.0-depup.1",
3
+ "version": "10.46.0-depup.3",
4
4
  "description": "Sentry Node SDK using OpenTelemetry for performance instrumentation (with updated dependencies)",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
@@ -93,8 +93,8 @@
93
93
  "@opentelemetry/resources": "^2.6.1",
94
94
  "@opentelemetry/sdk-trace-base": "^2.6.1",
95
95
  "@opentelemetry/semantic-conventions": "^1.40.0",
96
- "@prisma/instrumentation": "^7.5.0",
97
- "@fastify/otel": "0.17.1",
96
+ "@prisma/instrumentation": "^7.6.0",
97
+ "@fastify/otel": "^0.18.0",
98
98
  "@sentry/core": "10.46.0",
99
99
  "@sentry/node-core": "10.46.0",
100
100
  "@sentry/opentelemetry": "10.46.0",
@@ -252,13 +252,17 @@
252
252
  },
253
253
  "@prisma/instrumentation": {
254
254
  "from": "7.4.2",
255
- "to": "^7.5.0"
255
+ "to": "^7.6.0"
256
+ },
257
+ "@fastify/otel": {
258
+ "from": "0.17.1",
259
+ "to": "^0.18.0"
256
260
  }
257
261
  },
258
- "depsUpdated": 29,
262
+ "depsUpdated": 30,
259
263
  "originalPackage": "@sentry/node",
260
264
  "originalVersion": "10.46.0",
261
- "processedAt": "2026-03-26T00:40:40.867Z",
265
+ "processedAt": "2026-03-27T16:28:48.587Z",
262
266
  "smokeTest": "passed"
263
267
  }
264
268
  }