Commit 9abcd52
feat: suggest --json in bt view trace text output
The non-JSON text output of `bt view trace` only hinted at `bt view span
--id <row-id>` for full data, which requires N per-span calls. Agents
running `bt view trace` to analyze a trace would either fan out N
requests or pivot to the web UI's CSV export. Add a hint pointing at
`--json` so the full trace payload is reachable in one copy-pasteable
command, alongside the existing next-page hint.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 232508e commit 9abcd52
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4998 | 4998 | | |
4999 | 4999 | | |
5000 | 5000 | | |
| 5001 | + | |
| 5002 | + | |
| 5003 | + | |
| 5004 | + | |
| 5005 | + | |
| 5006 | + | |
5001 | 5007 | | |
5002 | 5008 | | |
5003 | 5009 | | |
| |||
0 commit comments