24.1.0
-
! Minor breaking change ! Tracking of foreground and background reporting for APM is now disabled by default
-
Added a way to enable tracking of foreground and background reporting for APM
-
Fixed a bug where sending a local picture with checksum was not possible
-
Deprecated the following calls from "Apm" interface:
- "triggerBackground"
- "triggerForeground"
-
Deprecated following functions from "CountlyConfig":
- "setRecordAppStartTime(recordAppStartTime)" instead use "apm.enableAppStartTimeTracking()"
- "setAppStartTimestampOverride(appStartTimestampOverride)" instead use "apm.setAppStartTimestampOverride(appStartTimestampOverride)"
- "enableManualAppLoadedTrigger()" instead use "apm.enableManualAppLoadedTrigger()"
- "enableManualForegroundBackgroundTriggerAPM()" will be deleted in the future