From db9d32b53968a18ae7bf64d2bcee1ef9c80aa380 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Fri, 18 Nov 2022 16:24:44 +0100 Subject: [PATCH] feat(python): Add proxy_headers to common/config (#5809) --- src/platforms/common/configuration/options.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/platforms/common/configuration/options.mdx b/src/platforms/common/configuration/options.mdx index 4ac07ec719733..a87c0d3c1ca03 100644 --- a/src/platforms/common/configuration/options.mdx +++ b/src/platforms/common/configuration/options.mdx @@ -612,6 +612,12 @@ Configures a separate proxy for outgoing HTTPS requests. This value might not be + + +A dict containing additional proxy headers (usually for authentication) to be forwarded to `urllib3`'s [`ProxyManager`](https://urllib3.readthedocs.io/en/1.24.3/reference/index.html#urllib3.poolmanager.ProxyManager). + + + Specifies a local directory used for caching payloads. When this option is enabled (that is, when the directory is set), the Sentry SDK will persist envelopes locally before sending to Sentry. This configuration option is particularly useful if you expect your application to run in environments where internet connectivity is limited.