@context-tracer/dashboard
v0.1.0
Published
Local Context-Tracer dashboard for exploring execution graphs and source code.
Maintainers
Readme
@context-tracer/dashboard
Packaged production dashboard for Context-Tracer.
The dashboard reads traces and source context from the local collector and
renders request execution graphs with source inspection. Most developers should
install @context-tracer/cli, which starts the dashboard automatically:
npm install -D @context-tracer/cli
npx ctxtrace dev -- npm run devThis package includes the production Next.js build and server.js entrypoint
used by the CLI.
