You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switches out the transport used to send events. How this works depends on the SDK. It can, for instance, be used to capture events for unit-testing or to send it through some more complex setup that requires proxy authentication.
252
+
Switches out the transport used to send events. It can, for instance, be used to capture events for unit testing.
When set, a proxy can be configured that should be used for outbound requests. This is also used for HTTPS requests unless a separate `https_proxy` is configured. However, not all SDKs support a separate HTTPS proxy. SDKs will attempt to default to the system-wide configured proxy, if possible. For instance, on Unix systems, the `http_proxy` environment variable will be picked up.
264
+
When set, a proxy can be configured that should be used for outbound requests. This is also used for HTTPS requests.
Sets proxy authentication when using `http_proxy`.
259
271
260
272
</SdkOption>
261
273
@@ -270,3 +282,21 @@ The maximum number of seconds to wait while trying to connect to a server.
270
282
The maximum execution time, in seconds, for the request+response as a whole. The value should also include the time for the connect phase, so it should be greater than the value set for the `http_connect_timeout` option.
0 commit comments