Alberto Delgado Roda

Results 20 issues of 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`....

enhancement
good first issue

# 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...

enhancement

# 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...

breaking change

# 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...

breaking change

# 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...

breaking change

**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)...

good first issue
technical debt

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...

good first issue
dev

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

enhancement
technical debt

## 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...

a:bug