apm-agent-rum-js
apm-agent-rum-js copied to clipboard
Get rid of XHR_IGNORE flag
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 is merged that logic will not be required anymore and it should be removed. That is so, because that PR includes a new way to detect if a request has been done to our own endpoints.
Proposal: as we have plans to stop using XHR to send events (fetch will be the one chosen). This ticket can be started at that very same moment.