[Vuejs]-How to get the current Elastic APM instance in Vue.js?

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.

Leave a comment