diff --git a/CHANGELOG.md b/CHANGELOG.md index 7569dafe4..6e853bdbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 25.4.4 * Improved disk size calculation in crash reports. -* Added a new function "sendMetricsRequest(metricsOverride)" to send a device metrics request, accessible through the requestQueue interface. -* Added a new Consent option "metrics" for controlling "sendMetricsRequest" method. (This has no effect on Session metrics.) +* Added a new function "recordMetrics(metricsOverride)" to send a device metrics request, accessible through the requestQueue interface. +* Added a new Consent option "metrics" for controlling "recordMetrics" method. (This has no effect on Session metrics.) * Added "setRequestTimeoutDuration(requestTimeoutDuration)" init config method to change request timeout duration in seconds. * Mitigated an issue displaying Content on API level 35 and above.