Alberto Delgado Roda
Alberto Delgado Roda
There are cases where [our users](https://github.com/elastic/apm-agent-rum-js/issues/1116) are interested in exclude certain spans from a transaction. In order to achieve that we are going to create a new configuration named `ignoreSpans`....
# Context A user (@ahbcego) of the RUM agent contacted with us in the Slack that we provide for the community. The reason for having that conversation was that the...
# Summary The option `eventtarget` which became deprecated in https://github.com/elastic/apm-agent-rum-js/pull/1219 should be removed. Once we do this, the option 'click' (also introduced in the link above) will be the only...
# Context One of the requirements for [Crosslinking Synthetics with APM](https://github.com/elastic/synthetics/issues/265) issue was to allow the RUM agent the creation of the `page-load` transaction as child of the one created...
# Context When working in the issue about [**sending events when user leave the page**](https://github.com/elastic/apm-agent-rum-js/pull/1146) we spotted that using [Beacon API](https://developer.mozilla.org/en-US/docs/Web/API/Beacon_API) was not the way to do it, there are...
# Why do we want to do this? Since we [enhanced](https://github.com/elastic/apm-agent-rum-js/pull/1146) our beaconing strategy we became aware that using too many different APIs (**fetch** + **xhr**) to send beacons could...
**XHR_IGNORE** is a flag that is being used to prevent the RUM agent from creating `http-request` transactions from requests to our own endpoints (e.g. intake api) Once the beaconing [PR](https://github.com/elastic/apm-agent-rum-js/pull/1146)...
As a maintenance task of the agent we should update the version of its packages mainly because of two reasons: - prevent/fix security vulnerabilities - avoid having to make huge...
Next steps of [https://github.com/elastic/apm-agent-rum-js/issues/1098](https://github.com/elastic/apm-agent-rum-js/issues/1098) For release 6.x remove all the logic related with those fields since the intake API doesn't require them anymore from version >= 7.15
## Current Behavior We have detected a problem when generating stack trace from a SyntaxError. This takes place when the error cause is due to a **malformed javascript code**, the...