Skip to content

Commit 02f48a9

Browse files
fuzzybinary0xnm
andauthored
Update features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/RumConfiguration.kt
Co-authored-by: Nikita Ogorodnikov <[email protected]>
1 parent 9754a1c commit 02f48a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/RumConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ data class RumConfiguration internal constructor(
276276
* the last interaction to the next view metric.
277277
* By default, the SDK uses a [TimeBasedInteractionIdentifier] with a threshold of 3000ms.
278278
* @param lastInteractionIdentifier the [LastInteractionIdentifier] to use. Setting this property to
279-
* null will disable the Interaction to Next View metric..
279+
* null will disable the Interaction to Next View metric.
280280
*/
281281
fun setLastInteractionIdentifier(lastInteractionIdentifier: LastInteractionIdentifier?): Builder {
282282
rumConfig = rumConfig.copy(lastInteractionIdentifier = lastInteractionIdentifier)

0 commit comments

Comments
 (0)