1 2 3 4 5
import { getAll } from './util' export function getAllTraces() { return getAll('/traces') }