Hi @caue.marcondes. But I want about user-interaction. How I uso it. Becauso many buttons in my sistem dispach actions with graphql. I want the buttons dispach the transactions
associates with the same trace id. How do I make this?
I made a comment in this issue regarding your question, in summary:
the user-interaction transactions are automatically captured. We use the tagName and name attribute to generate the transaction name i.e. Click - ${tagName}["${name}"] so you can add the name attribute to the button tag to change the transaction name. Another way of changing any transaction is by registering an observer for transaction:end (or transaction:start) and change the transaction name in the listener.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.