Honor http_proxy environment variables #787
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
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 thehttp_proxy
(and potentiallyhttps_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.The text was updated successfully, but these errors were encountered: