Alberto Delgado Roda

Results 79 comments of Alberto Delgado Roda

> Thanks @devcorpio Changes LGTM, But we need to do few more things > > 1. Add the limit check to truncation logic that should truncate if the field is...

Hi @sai56 Thanks for reaching out! Currently the JS RUM agent does not have any specific logic that intercepts graphql requests and then based in their payload to modify the...

Hi @a-tremblay, We don't still have a ETA for this. Despite so, there is a workaround that allows to add custom transactions within workers. -- ``` // Setup that allow...

Hi @vrecan , Thanks for reaching out. At this moment the agent does not have out-of-the-box support for `react-router-dom` v6. It supports v4 and v5. In this [issue](https://github.com/elastic/apm-agent-rum-js/issues/1163) we offer...

@sundarv85, I reproduced the scenario that you described. When it comes to SPAs the current implementation is not taking it into consideration. For that transaction to finish when expected, the...

Thanks both for sharing your thoughts! 🎉 **TL;DR:** My vote goes for proposal **1** while only focusing on spans created by the agent. (the ones a user cannot control) **Reasoning...

Hi @brevalessio24, Thanks for reaching out! The current RUM implementation **doesn't provide support for multiple services with a single agent instance**. And if you want multiple instances they should be...

Hi @brevalessio24, The [Create and upload source maps (RUM) guide](https://github.com/elastic/apm-server/edit/7.17/docs/source-map-how-to.asciidoc) indicates in the [Kibana section](https://www.elastic.co/guide/en/apm/guide/8.1/sourcemaps.html#sourcemap-rum-upload) that it is possible to upload more than one sourcemap for your application. Does the...

Hi @brevalessio24 , Have you find a workable-solution for this? Thanks, Alberto

Hi @brevalessio24, Are you able to see the `sourcemaps` uploaded in Kibana? One way to see them is opening```http://localhost:5601/api/apm/sourcemaps``` on your browser (or using the domain you have configured) I...