( organization: OrgForPath, project: ProjectForPath, run: v3RunForPath, span: v3SpanForPath )
| 376 | } |
| 377 | |
| 378 | export function v3RunSpanPath( |
| 379 | organization: OrgForPath, |
| 380 | project: ProjectForPath, |
| 381 | run: v3RunForPath, |
| 382 | span: v3SpanForPath |
| 383 | ) { |
| 384 | return `${v3RunPath(organization, project, run)}?span=${span.spanId}`; |
| 385 | } |
| 386 | |
| 387 | export function v3TraceSpanPath( |
| 388 | organization: OrgForPath, |
searching dependent graphs…