Skip to content

Commit

Permalink
Merge pull request #1015 from DataDog/plousada/add-set-mobile-vitals-…
Browse files Browse the repository at this point in the history
…freq-doc

Add setVitalsUpdateFrequency to the doc
  • Loading branch information
plousada authored Aug 23, 2022
2 parents 8fc7485 + 5d4c131 commit bfe7af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configure_rum_android_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(<samplingRate>)`
: 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.)

Expand Down

0 comments on commit bfe7af2

Please sign in to comment.