| 484 | } |
| 485 | |
| 486 | export interface TraceBundle { |
| 487 | trace: GetRelevantFilesTrace // the base row |
| 488 | relatedTraces: BaseTrace[] // the extras (runtime-typed) |
| 489 | relabels: Relabel[] |
| 490 | } |
| 491 | export async function getTracesAndAllDataForUser( |
| 492 | userId?: string, |
| 493 | limit = 50, |
nothing calls this directly
no outgoing calls
no test coverage detected