Commit 80bc84e
authored
feat: suggest --json in bt view trace text output (#179)
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.
Fix #1781 parent 96242fa commit 80bc84e
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4995 | 4995 | | |
4996 | 4996 | | |
4997 | 4997 | | |
4998 | | - | |
| 4998 | + | |
4999 | 4999 | | |
5000 | | - | |
| 5000 | + | |
| 5001 | + | |
5001 | 5002 | | |
5002 | 5003 | | |
5003 | 5004 | | |
| |||
0 commit comments