0👍
✅
The Elastic RUM agent has support for click user interactions, therefore you shouldn’t need to manually start these type of transactions.
Regarding the failure in your code the correct API call is getCurrentTransaction
and not currentTransaction
.
Hope this helps.
Source:stackexchange.com