iriscouch / browser-request

Browser library compatible with Node.js request package
Apache License 2.0
360 stars 102 forks source link

New Relic RUM Breaks XMLHttpRequest #36

Open cadecairos opened 9 years ago

cadecairos commented 9 years ago

Just a heads up to my fellow developers - If you're using browser-request on a page that injects New relic RUM scripts (http://newrelic.com/browser-monitoring) - your XHR's are going to break, since New Relic is replacing the XMLHttpRequest prototype, and not adding the request state constants back in.