Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "@accordkit/tracer",
"version": "0.2.0",
"description": "Lightweight, vendor-agnostic tracing core for AccordKit; designed for SDKs, AI agents, and self-hosted analytics. Provides a unified Tracer interface with message, usage, and span events that can be streamed or batched to any sink.",
"repository": {
"type": "git",
"url": "https://github.com/accordkit/tracer",
"directory": "packages/tracer"
},
"bugs": "https://github.com/accordkit/tracer/issues",
"homepage": "https://github.com/accordkit/tracer/tree/main?tab=readme-ov-file",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down