Do you want to request a feature or report a bug?
Bug
What is the current behavior?
zone.js and raven-js (with autoBreadcrumbs: { xhr: true }) both try to wrap XMLHttpRequest.prototype.open and is causing an infinite loop between the two.
To repro:
git clone https://github.com/billyvg/ReDoc
npm install && npm start