Skip to content

Commit

Permalink
feat(python): Add proxy_headers to common/config (#5809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored and lforst committed Nov 22, 2022
1 parent 6b9b578 commit db9d32b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platforms/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,12 @@ Configures a separate proxy for outgoing HTTPS requests. This value might not be

</ConfigKey>

<ConfigKey name="proxy-headers" supported={["python"]}>

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).

</ConfigKey>

<ConfigKey name="cache-directory-path" supported={["dotnet", "android", "unity"]}>

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.
Expand Down

0 comments on commit db9d32b

Please sign in to comment.