{
  "name": "@voltro/plugin-sentry",
  "version": "0.50.1",
  "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.",
  "keywords": [
    "voltro",
    "typescript",
    "framework"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://voltro.dev",
  "bugs": {
    "email": "support@voltro.dev"
  },
  "author": {
    "name": "Voltro UG",
    "url": "https://voltro.dev"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./web": {
      "types": "./dist/web.d.ts",
      "import": "./dist/web.js",
      "default": "./dist/web.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@voltro/client": "0.50.1",
    "@voltro/env": "0.50.1",
    "@voltro/logger": "0.50.1",
    "@voltro/protocol": "0.50.1"
  },
  "optionalDependencies": {
    "@sentry/node": "^10.70.0",
    "@sentry/opentelemetry": "^10.70.0",
    "@sentry/profiling-node": "^10.70.0",
    "@sentry/react": "^10.70.0"
  },
  "peerDependencies": {
    "effect": "^3.22.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
