@depup/sentry__node 10.46.0-depup.2 → 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,7 +14,7 @@ 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
19
  | Deps updated | 30 |
20
20
 
@@ -51,7 +51,7 @@ npm install @depup/sentry__node
51
51
  | @opentelemetry/instrumentation-undici | 0.23.0 | ^0.24.0 |
52
52
  | @opentelemetry/resources | ^2.6.0 | ^2.6.1 |
53
53
  | @opentelemetry/sdk-trace-base | ^2.6.0 | ^2.6.1 |
54
- | @prisma/instrumentation | 7.4.2 | ^7.5.0 |
54
+ | @prisma/instrumentation | 7.4.2 | ^7.6.0 |
55
55
 
56
56
  ---
57
57
 
package/changes.json CHANGED
@@ -114,13 +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
118
  },
119
119
  "@fastify/otel": {
120
120
  "from": "0.17.1",
121
121
  "to": "^0.18.0"
122
122
  }
123
123
  },
124
- "timestamp": "2026-03-26T12:28:32.915Z",
124
+ "timestamp": "2026-03-27T16:28:42.370Z",
125
125
  "totalUpdated": 30
126
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/sentry__node",
3
- "version": "10.46.0-depup.2",
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,7 +93,7 @@
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",
96
+ "@prisma/instrumentation": "^7.6.0",
97
97
  "@fastify/otel": "^0.18.0",
98
98
  "@sentry/core": "10.46.0",
99
99
  "@sentry/node-core": "10.46.0",
@@ -252,7 +252,7 @@
252
252
  },
253
253
  "@prisma/instrumentation": {
254
254
  "from": "7.4.2",
255
- "to": "^7.5.0"
255
+ "to": "^7.6.0"
256
256
  },
257
257
  "@fastify/otel": {
258
258
  "from": "0.17.1",
@@ -262,7 +262,7 @@
262
262
  "depsUpdated": 30,
263
263
  "originalPackage": "@sentry/node",
264
264
  "originalVersion": "10.46.0",
265
- "processedAt": "2026-03-26T12:28:38.995Z",
265
+ "processedAt": "2026-03-27T16:28:48.587Z",
266
266
  "smokeTest": "passed"
267
267
  }
268
268
  }