Skip to content
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

Fix connecting from behind a proxy with agent #546

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

wadetandy
Copy link
Contributor

When trying to get bugsnag working behind our corporate firewall, I had
problems using the instructions about hooking in https-proxy-agent, and
the agent configuration was not obeyed. When I went digging into the code
I realized the config option was never actually passed to the https.request()
call within the deliver() function. This fixes that.

Also it seems that this integration test
is not testing what its supposed to, but I'm not familiar enough with the Maze Runner
tests to be able to fix it myself (plus it seems from CONTRIBUTING.md that I can't run it
anyway).

Previously this option was exposed, but it didn't actually get used by
anything.
Copy link
Contributor

@tomlongridge tomlongridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bengourley bengourley merged commit 28203b0 into bugsnag:next Jun 4, 2019
@bengourley
Copy link
Contributor

Hey @wadetandy this is now shipped in v6.3.1.

@wadetandy
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants