sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

Honor http_proxy environment variables

Open supervacuus opened this issue 2 years ago • 0 comments

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.

supervacuus avatar Jan 12 '23 09:01 supervacuus