Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray authored Jan 23, 2024
1 parent 20fd1d5 commit 5ba782f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## 24.1.0
* ! Minor breaking change ! Tracking of foreground and background reporting for APM is disabled by default

* Added a way to enable tracking of foreground and background reporting for APM

* Deprecated the following calls from "Apm" interface:
* "triggerBackground"
* "triggerForeground"
* Deprecated following functions from "CountlyConfig":
* "setRecordAppStartTime" instead use "apm.enableAppStartTimeTracking"
* "setAppStartTimestampOverride" instead use "apm.setAppStartTimestampOverride"
* "enableManualAppLoadedTrigger" instead use "apm.enableManualAppLoadedTrigger"
* "enableManualForegroundBackgroundTriggerAPM" will be deleted in the future
* "setRecordAppStartTime(boolean recordAppStartTime)" instead use "apm.enableAppStartTimeTracking()"
* "setAppStartTimestampOverride(long appStartTimestampOverride)" instead use "apm.setAppStartTimestampOverride(long appStartTimestampOverride)"
* "enableManualAppLoadedTrigger()" instead use "apm.enableManualAppLoadedTrigger()"
* "enableManualForegroundBackgroundTriggerAPM()" will be deleted in the future

## 23.12.0
* Mitigated a rare issue related to handling request headers
Expand Down

0 comments on commit 5ba782f

Please sign in to comment.