{"_id":"@atheory-ai/kitsune-modules-observability","name":"@atheory-ai/kitsune-modules-observability","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-modules-observability","version":"0.1.0","description":"Observability capability module for Kitsune.","type":"module","sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"dependencies":{"@atheory-ai/kitsune-core":"0.1.0"},"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-observability"},"homepage":"https://kitsune.atheory.ai","bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"publishConfig":{"access":"public"},"scripts":{"build":"tsc -p tsconfig.build.json","test":"vitest run"},"_id":"@atheory-ai/kitsune-modules-observability@0.1.0","_integrity":"sha512-zH5bHeS/gc/4TFPgh7fB0q00kFLwmyt78d0htIAutq+1BGtaFceIhYSzY1SJ1RIyyqzbVhRFVyqt7LRAu/RHYA==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/d233e8e383b8922e4372c2d1b139d494/atheory-ai-kitsune-modules-observability-0.1.0.tgz","_from":"file:atheory-ai-kitsune-modules-observability-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-zH5bHeS/gc/4TFPgh7fB0q00kFLwmyt78d0htIAutq+1BGtaFceIhYSzY1SJ1RIyyqzbVhRFVyqt7LRAu/RHYA==","shasum":"7ff4c14e49bb5e8361a17de9befc91f6009f69b2","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-modules-observability/-/kitsune-modules-observability-0.1.0.tgz","fileCount":7,"unpackedSize":32730,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEviHNOvHSj1PfSMHCdxefOflZXbCRsyumnQpRodglwEAiEA1yPCe5ekHZcyuwdv8308ClffKKN8PAts0ehkCgj0Ups="}]},"_npmUser":{"name":"ladyhunterbear","email":"jeremy@atheory.ai"},"directories":{},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/kitsune-modules-observability_0.1.0_1781409306983_0.0713365938584849"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:55:06.844Z","0.1.0":"2026-06-14T03:55:07.121Z","modified":"2026-06-14T03:55:07.356Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Observability capability module for Kitsune.","homepage":"https://kitsune.atheory.ai","keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-observability"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-modules-observability\n\nObservability capability module for Kitsune.\n\n`@atheory-ai/kitsune-modules-observability` captures issues, breadcrumbs, selected diagnostics, and flushable observability records from a Kitsune runtime.\n\n## Install\n\n```sh\npnpm add @atheory-ai/kitsune-modules-observability\n```\n\n## Use\n\n```ts\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\nimport {\n  memoryObservabilityTransport,\n  observabilityModule,\n} from '@atheory-ai/kitsune-modules-observability'\n\nconst runtime = createKitRuntime()\nawait runtime.install(observabilityModule({\n  transport: memoryObservabilityTransport(),\n  captureDiagnostics: true,\n}))\nawait runtime.start()\n```\n\n## Commands\n\n- `observability.capture`\n- `observability.breadcrumb`\n- `observability.flush`\n\n## Exports\n\n- `observabilityModule`\n- `ObservabilityToken`\n- `memoryObservabilityTransport`\n- Observability module, transport, service, issue, breadcrumb, severity, and result types\n\n## Documentation\n\nSee the Kitsune docs at https://kitsune.atheory.ai.\n\n## License\n\nApache-2.0\n","readmeFilename":"README.md","_rev":"1-f3460c7f066cc9859e78fc985397ab78"}