You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
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_PROXY variables
MaxBittker, ndmanvar, tom2strobl, wakooka, phzimmermann and 2 more