APM Reactjs

Hi,
We are currently trying out the javascript client side APM agent in our Reactjs App.
Just wondering what the plan is for React integration and if there is any timeline?

For tracking page changes in a single page app what is the best way to do this?
Currently we set the initial page load name, but i'm not sure on what transaction type should be sent on page change?

Thanks,
Ciaran

Hi Ciaran,

Thanks for you interest in APM.

We plan to support Reactjs natively soon, but we don't have a timeline yet. We will create issues for it when we plan for it in this repo (https://github.com/elastic/apm-agent-js-base) so progress can be followed.

You can track page changes in a single page app by using out API and creating transactions and spans as needed.
The documentation can be found here:
https://www.elastic.co/guide/en/apm/agent/js-base/current/api.html

Thanks

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