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

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
@@ -16,12 +16,13 @@ npm install @depup/sentry__node
16
16
  | Original | [@sentry/node](https://www.npmjs.com/package/@sentry/node) @ 10.46.0 |
17
17
  | Processed | 2026-03-26 |
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 |
package/changes.json CHANGED
@@ -115,8 +115,12 @@
115
115
  "@prisma/instrumentation": {
116
116
  "from": "7.4.2",
117
117
  "to": "^7.5.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-26T12:28:32.915Z",
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.2",
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",
@@ -94,7 +94,7 @@
94
94
  "@opentelemetry/sdk-trace-base": "^2.6.1",
95
95
  "@opentelemetry/semantic-conventions": "^1.40.0",
96
96
  "@prisma/instrumentation": "^7.5.0",
97
- "@fastify/otel": "0.17.1",
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",
@@ -253,12 +253,16 @@
253
253
  "@prisma/instrumentation": {
254
254
  "from": "7.4.2",
255
255
  "to": "^7.5.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-26T12:28:38.995Z",
262
266
  "smokeTest": "passed"
263
267
  }
264
268
  }