The requirement is specific to Cordova Mobile App (IOS / Android)
I have a requirement where I need to add send a Custom Data along with any API call tracing.
The Custom data is a Custom Response Header and will get the value only after the API call is finished.
While trying the same using the cordova plugin, I am able to set the custom data after getting the API response, but the custom data is getting overwritten with the last value while sending it to AppDynamics through the Plugin.