const perfReq = async config => { try { const httpMetric = perf().newHttpMetric(config.url, config.method); config.metadata = {httpMetric}; await ht