Tracing dashboard#237
Conversation
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
anakin87
left a comment
There was a problem hiding this comment.
Nice!
Approving this small PR 😉
Adds the first built-in Hayhooks tracing dashboard for local debugging, with a React/Vite UI mounted at
/dashboardand backed by an in-process live trace buffer.Summary
hayhooks run --with-tracing-dashboard, including runtime frontend builds, prebuilt dist overrides, docs, examples, and a demo trace-generation script.Test plan
cd dashboard && npm run lintcd dashboard && npm run testcd dashboard && npm run buildhatch run test:typespytest tests/test_dashboard_mount.py tests/test_it_dashboard.py tests/test_live_trace_buffer.py tests/test_tracing.py tests/test_cli.py