Lovely Gupta
let response = await newrelic.startBackgroundTransaction('tracking-partner.shiprocket', async () => { const transaction = newrelic.getTransaction(); let result = await axios(config); transaction.end(); return result; });
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.