Commit f68d1e6
committed
fix(docs): remove unsupported project-search format from span view
The <project>/<trace-id> format doesn't work because parseSlashSeparatedArg
treats a single-slash input as org/project (missing ID), not project/trace-id.
Unlike span list or trace view, span view can't fall back to two separate args
since the second positional is always a span ID.1 parent c3500fa commit f68d1e6
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
274 | 273 | | |
275 | 274 | | |
276 | 275 | | |
277 | | - | |
278 | | - | |
| 276 | + | |
279 | 277 | | |
280 | 278 | | |
281 | 279 | | |
| |||
0 commit comments