diff --git a/docs/configure_rum_android_sdk.md b/docs/configure_rum_android_sdk.md index bd4781e5b3..b3df10a237 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 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.)