Background tracking
The default behavior of the Adtrace SDK is to pause sending network requests while the app is in the background. You can change this in your config instance:
- Java
- Javascript
adtraceConfig.setSendInBackground(true);
adtraceConfig.setSendInBackground(true);