-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require https-proxy-agent only when actually needed #2334
Conversation
Thanks for the PR! |
@HazAT I have linting error on |
@ouraios you need to run |
@kamilogorek Thanks for letting me know, im not used to lerna |
Merged by hand 18fbd73 |
Thanks a lot for your reactivity ! |
@ouraios and already released as |
@kamilogorek Its not released on npm already :( |
Sorry for commenting on a closed issue. I wanted to leave this on #2085, but GH is having trouble serving that issue page... agent-base 5.0.0 is out and no longer patches https.request: https://github.com/TooTallNate/node-agent-base/releases/tag/5.0.0 |
Great thanks ! it works like a charm ! |
Awesome! Thanks for a headsup @jstewmon. I'll definitely update that! |
https-proxy-agent
patches core Node methods inhttps
for whatever reason, and that breaks unrelated code. In our app we don't use proxy, and the mere fact thatsentry-javascript
requires the proxy package, it breaks other code.See TooTallNate/node-agent-base#35 and sindresorhus/got#951