This repository was archived by the owner on Oct 23, 2023. It is now read-only.
-
-
Couldn't load subscription status.
- Fork 133
Support for HTTP proxiesΒ #363
Copy link
Copy link
Open
Description
Do you want to request a feature or report a bug?
feature
What is the current behavior?
When the node app has to go through a proxy to have HTTP access, raven-node can't access sentry to report anything.
With current implementation, it seems there's currently no way to configure a http proxy for the library.
What is the expected behavior?
There seems to be at least two options to have the library work behind a http proxy:
- Tweak the current http transport to support http proxies by adding some options (path part should include the full url and the host header set to the host you want to connect to (see here))
- Use the request library for http transport that has native support for
HTTP_PROXY/HTTPS_PROXY/NO_PROXYvariables
MaxBittker, ndmanvar, tom2strobl, wakooka, phzimmermann and 2 more