Skip to content

Commit

Permalink
Fix rn user interaction note
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Feb 12, 2024
1 parent e23cdc6 commit f57619e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

<Note>
To capture UI transactions, you have to first set up{" "}
<Link to="/platforms/react-native/performance/instrumentation/automatic-instrumentation/#enable-routing-instrumentation">

To capture UI transactions, you have to first set up {<Link to="/platforms/react-native/performance/instrumentation/automatic-instrumentation/#enable-routing-instrumentation">
routing instrumentation
</Link>
.
</Link>}.

</Note>

UI instrumentation tracing is disabled by default, but you can enable it by setting the `enableUserInteractionTracing` options to `true` and wrapping your root component:
Expand Down

0 comments on commit f57619e

Please sign in to comment.