Skip to content

Commit 1a6a218

Browse files
committed
Merge branch 'rtrieu/docs-9915-new-mobile-app-performance-page' of github.com:DataDog/documentation into rtrieu/docs-9915-new-mobile-app-performance-page
2 parents cfec394 + 1a55a1c commit 1a6a218

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/real_user_monitoring/mobile_and_tv_monitoring/android/advanced_configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ You can use the following methods in `RumConfiguration.Builder` when creating th
349349
: Sets a custom identifier for initial network resources used for [Time-to-Network-Settled][11] (TNS) view timing calculation.
350350

351351
`setLastInteractionIdentifier`
352-
: Sets a custom identifier for the last interaction in the previous view used for [Interaction-to-Next-View[14]] (INV) timing calculation.
352+
: Sets a custom identifier for the last interaction in the previous view used for [Interaction-to-Next-View][13] (INV) timing calculation.
353353

354354
`setLongTaskEventMapper`
355355
: Sets the EventMapper for the RUM LongTaskEvent. You can use this interface implementation to modify the LongTaskEvent attributes before serialization.
@@ -613,3 +613,6 @@ GlobalRumMonitor.get().getCurrentSessionId { sessionId ->
613613
[10]: https://github.com/DataDog/dd-sdk-android/tree/master/sample/kotlin/src/main/kotlin/com/datadog/android/sample/widget
614614
[11]: /real_user_monitoring/mobile_and_tv_monitoring/android/monitoring_app_performance/#time-to-network-settled
615615
[12]: https://square.github.io/okhttp/features/events/
616+
[13]: /real_user_monitoring/mobile_and_tv_monitoring/android/monitoring_app_performance/#interaction-to-next-view
617+
[13]: /real_user_monitoring/mobile_and_tv_monitoring/android/monitoring_app_performance/#interaction-to-next-view
618+
[13]: /real_user_monitoring/mobile_and_tv_monitoring/android/monitoring_app_performance/#interaction-to-next-view

0 commit comments

Comments
 (0)