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: