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

Honor http_proxy environment variables #787

Open
supervacuus opened this issue Jan 12, 2023 · 0 comments · May be fixed by #1111
Open

Honor http_proxy environment variables #787

supervacuus opened this issue Jan 12, 2023 · 0 comments · May be fixed by #1111
Labels
area: api area: core area: integration enhancement New feature or request Platform: Linux Platform: macOS Platform: Native Platform: Windows SDK parity Behavior that other SDKs provide and we are missing or implement differently

Comments

@supervacuus
Copy link
Collaborator

A user of the Native SDK currently must configure an HTTP proxy themselves via sentry_options_set_http_proxy(), which also means their application must parse the http_proxy (and potentially https_proxy, no_proxy) variables. Since these are fairly standard in all supported platforms, we should provide the mechanism ootb. I think other SDKs already support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: api area: core area: integration enhancement New feature or request Platform: Linux Platform: macOS Platform: Native Platform: Windows SDK parity Behavior that other SDKs provide and we are missing or implement differently
Projects
Status: Needs Discussion
Development

Successfully merging a pull request may close this issue.

3 participants