-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
version 3.1.2 fails to use SENTRY_HTTP_PROXY_* variables #1028
Comments
dup of #981 I believe. pseudocode:
|
As I stated in the report, if I set the proxy manually, it works. However, Sentry should acknowledge this as a bug or fix the documentation.
|
oh sorry I misread that, link to the docs are here https://docs.sentry.io/platforms/java/configuration/#using-a-proxy |
this will be released in the next version, I'll keep it open because we need to work on the docs. |
Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
3.1.2
I have the following issue:
We were previously using 1.7.30 and specifying our HTTP proxy using these environment variables:
SENTRY_HTTP_PROXY_HOST=host
SENTRY_HTTP_PROXY_PORT=port
This was working fine. After upgrading the 3.1.2, the proxy is not being set on the connection. If I set the proxy manually via hardcode, it works again. The documentation still claims that using the environment variables will work.
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: