@voltro/plugin-sentry 0.33.0 → 0.34.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1801 -0
  2. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-sentry",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "Deep Sentry integration — error tracking correlated to the distributed trace, breadcrumbs from the framework log sink, and (opt-in) performance traces routed from the framework's OTel tracer via @sentry/node in OTel-consumer mode. Errors carry the active trace_id + span_id + the request's recent log lines.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -38,10 +38,10 @@
38
38
  "node": ">=24.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@voltro/client": "0.33.0",
42
- "@voltro/env": "0.33.0",
43
- "@voltro/logger": "0.33.0",
44
- "@voltro/protocol": "0.33.0"
41
+ "@voltro/client": "0.34.0",
42
+ "@voltro/env": "0.34.0",
43
+ "@voltro/logger": "0.34.0",
44
+ "@voltro/protocol": "0.34.0"
45
45
  },
46
46
  "optionalDependencies": {
47
47
  "@sentry/node": "^10.68.0",