( organization: OrgForPath, project: ProjectForPath, traceId: string, spanId: string )
| 385 | } |
| 386 | |
| 387 | export function v3TraceSpanPath( |
| 388 | organization: OrgForPath, |
| 389 | project: ProjectForPath, |
| 390 | traceId: string, |
| 391 | spanId: string |
| 392 | ) { |
| 393 | return `${v3ProjectPath(organization, project)}/traces/${traceId}/spans/${spanId}`; |
| 394 | } |
| 395 | |
| 396 | export function v3RunStreamingPath( |
| 397 | organization: OrgForPath, |
no test coverage detected
searching dependent graphs…