From f57619e33dc5ffce1eeca2a15ace84b39e7fc476 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Mon, 12 Feb 2024 15:31:45 +0100 Subject: [PATCH] Fix rn user interaction note --- .../instrumentation/user-interaction-instrumentation.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/platforms/react-native/performance/instrumentation/user-interaction-instrumentation.mdx b/docs/platforms/react-native/performance/instrumentation/user-interaction-instrumentation.mdx index cdd320e6a70b6..77e025b33fb48 100644 --- a/docs/platforms/react-native/performance/instrumentation/user-interaction-instrumentation.mdx +++ b/docs/platforms/react-native/performance/instrumentation/user-interaction-instrumentation.mdx @@ -13,11 +13,11 @@ The UI instrumentation captures transactions and adds breadcrumbs for touch inte Transaction names are composed from a combination of displayed screen names, (for example, `LoginScreen`), and the labels of the element users interacted with, (for example, `login_button`). - To capture UI transactions, you have to first set up{" "} - + + To capture UI transactions, you have to first set up { routing instrumentation - - . + }. + UI instrumentation tracing is disabled by default, but you can enable it by setting the `enableUserInteractionTracing` options to `true` and wrapping your root component: