Skip to content

feat(trace): append /trace to chip URL for cctrace 0.39 - #17

Merged
lroolle merged 1 commit into
mainfrom
feat/trace-url-path
Aug 10, 2026
Merged

feat(trace): append /trace to chip URL for cctrace 0.39#17
lroolle merged 1 commit into
mainfrom
feat/trace-url-path

Conversation

@lroolle

@lroolle lroolle commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Trace chip URL appends /trace — cctrace 0.39 moved the live view from / to /trace (root now 302s to /dashboard)
  • DEVA_TRACE_UI_URL gets trailing-slash-safe /trace append
  • Fixed test env leak: DEVA_TRACE_UI_URL added to the unset list in t/helpers.bash — was causing false failures inside traced containers

Test plan

  • 357/357 bats tests pass (including all 13 trace chip tests)
  • Integration test updated: proj [http://localhost:9317/trace]

cctrace 0.39 moved the live trace view from / to /trace (root now
redirects to /dashboard). The trace chip URL and DEVA_TRACE_UI_URL
now append /trace so terminal-linkified clicks land on the trace
view, not the dashboard.

Also fixes a test env leak: DEVA_TRACE_UI_URL was not unset in the
test helper, causing false failures when running inside a traced
deva container.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lroolle
lroolle merged commit 111b2ab into main Aug 10, 2026
1 check passed
@lroolle
lroolle deleted the feat/trace-url-path branch August 10, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant