Skip to content

Commit

Permalink
fix: (react-native): Note line breaks in user interaction (#9111)
Browse files Browse the repository at this point in the history
* Fix rn user interaction note
  • Loading branch information
buenaflor authored Feb 13, 2024
1 parent 1b8b83a commit 75c87f6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ 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 75c87f6

Please sign in to comment.