apm-agent-rum-js icon indicating copy to clipboard operation
apm-agent-rum-js copied to clipboard

Get rid of XHR_IGNORE flag

Open devcorpio opened this issue 3 years ago • 1 comments

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.

devcorpio avatar Feb 10 '22 12:02 devcorpio

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.

devcorpio avatar Feb 10 '22 16:02 devcorpio