Using Elastic RUM JavaScript Agent with Vaadin

Hi

Does the RUM JavaScript agent support Vaadin? If it does, would it be possible to describe how it should be configured?

John.

Hi @eype69,

We don't have out of the box support for the Vaadin framework. But its possible to inject the RUM agent on the application using the “@\Javascript” Annotation which would capture page-load transaction and you can use RUM agent API to create transactions. https://www.elastic.co/guide/en/apm/agent/rum-js/current/custom-transactions.html

Thanks,
Vignesh

Thanks Vignesh. So not possible to implement in a Vaadin application at deploy time? I will need to get code changes made.

Yes thats correct. Currently you would need to inject the script by making code changes.

Thanks,
Vignesh

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.