Please tell me the alternative for it: ``` le...
# support
l
Please tell me the alternative for it:
Copy code
let response = await newrelic.startBackgroundTransaction('tracking-partner.shiprocket', async () => {
        const transaction = newrelic.getTransaction();
        let result = await axios(config);
        transaction.end();
        return result;
      });