You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI instrumentation, once enabled, captures transactions for a set of different user interactions, which include clicks, scrolls, and swipes.
The transaction generated by the User Interaction Instrumentation should be comparable to the manually generated checkout [android] transaction, which includes a trace of 2 transactions and 3 issues, each of which should not be regressed. This transaction and its associated events are a way to demonstrate Distributed Tracing.
The text was updated successfully, but these errors were encountered:
Enable Automatic Instrumentation > User Interaction Instrumentation to avoid needing to manually instrument the
checkout [android]
transaction withITransaction checkoutTransaction
(ref: app/src/main/java/com/example/vu/android/empowerplant/MainFragment.java):This presumes that the click on the checkout button begins a transaction as per the docs:
The transaction generated by the User Interaction Instrumentation should be comparable to the manually generated checkout [android] transaction, which includes a trace of 2 transactions and 3 issues, each of which should not be regressed. This transaction and its associated events are a way to demonstrate Distributed Tracing.
The text was updated successfully, but these errors were encountered: