@depup/sentry__node 10.47.0-depup.0 → 10.47.0-depup.1
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 +8 -2
- package/changes.json +8 -3
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -14,9 +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.47.0 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-04-07 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 1 |
|
|
20
|
+
|
|
21
|
+
## Dependency Changes
|
|
22
|
+
|
|
23
|
+
| Dependency | From | To |
|
|
24
|
+
|------------|------|-----|
|
|
25
|
+
| @prisma/instrumentation | 7.6.0 | ^7.7.0 |
|
|
20
26
|
|
|
21
27
|
---
|
|
22
28
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/sentry__node",
|
|
3
|
-
"version": "10.47.0-depup.
|
|
3
|
+
"version": "10.47.0-depup.1",
|
|
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.
|
|
96
|
+
"@prisma/instrumentation": "^7.7.0",
|
|
97
97
|
"@fastify/otel": "0.18.0",
|
|
98
98
|
"@sentry/core": "10.47.0",
|
|
99
99
|
"@sentry/node-core": "10.47.0",
|
|
@@ -137,11 +137,16 @@
|
|
|
137
137
|
"patched"
|
|
138
138
|
],
|
|
139
139
|
"depup": {
|
|
140
|
-
"changes": {
|
|
141
|
-
|
|
140
|
+
"changes": {
|
|
141
|
+
"@prisma/instrumentation": {
|
|
142
|
+
"from": "7.6.0",
|
|
143
|
+
"to": "^7.7.0"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"depsUpdated": 1,
|
|
142
147
|
"originalPackage": "@sentry/node",
|
|
143
148
|
"originalVersion": "10.47.0",
|
|
144
|
-
"processedAt": "2026-
|
|
149
|
+
"processedAt": "2026-04-07T16:31:20.191Z",
|
|
145
150
|
"smokeTest": "passed"
|
|
146
151
|
}
|
|
147
152
|
}
|