From 6625e4cbf6c44b9792eae1519523be0b85ce72ff Mon Sep 17 00:00:00 2001 From: Pedro lousada Date: Thu, 18 Aug 2022 16:23:38 +0200 Subject: [PATCH 1/2] Add setVitalsUpdateFrequency to the doc Add setVitalsUpdateFrequency function to the advanced configuration doc. --- docs/configure_rum_android_sdk.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configure_rum_android_sdk.md b/docs/configure_rum_android_sdk.md index 2671ca71d1..b126819680 100644 --- a/docs/configure_rum_android_sdk.md +++ b/docs/configure_rum_android_sdk.md @@ -198,6 +198,9 @@ You can use the following methods in `Configuration.Builder` when creating the D `setUploadFrequency([FREQUENT|AVERAGE|RARE])` : Defines the frequency for requests made to Datadog endpoints (if requests are available). +`setVitalsUpdateFrequency([FREQUENT|AVERAGE|RARE|NEVER])` +: Sets the preferred frequency of collecting mobile vitals. + `sampleRumSessions()` : Sets the RUM sessions sampling rate. (A value of 0 means no RUM events are sent. A value of 100 means all sessions are kept.) From 5d4c131bbba09445ba5ad57f12f8085b67dbd049 Mon Sep 17 00:00:00 2001 From: Pedro lousada Date: Fri, 19 Aug 2022 10:40:05 +0200 Subject: [PATCH 2/2] Update docs/configure_rum_android_sdk.md Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com> --- docs/configure_rum_android_sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure_rum_android_sdk.md b/docs/configure_rum_android_sdk.md index b126819680..9cc26d9ad4 100644 --- a/docs/configure_rum_android_sdk.md +++ b/docs/configure_rum_android_sdk.md @@ -199,7 +199,7 @@ You can use the following methods in `Configuration.Builder` when creating the D : Defines the frequency for requests made to Datadog endpoints (if requests are available). `setVitalsUpdateFrequency([FREQUENT|AVERAGE|RARE|NEVER])` -: Sets the preferred frequency of collecting mobile vitals. +: Sets the preferred frequency for collecting mobile vitals. `sampleRumSessions()` : Sets the RUM sessions sampling rate. (A value of 0 means no RUM events are sent. A value of 100 means all sessions are kept.)