Package io.quarkus.logging.sentry
Interface SentryProxyConfig
public interface SentryProxyConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Determine whether to enable a Proxy for all Sentry outbound requests.host()Sets the host name of the proxy server.password()Sets the password to authenticate on the proxy serverport()Sets the port number of the proxy serverusername()Sets the username to authenticate on the proxy server
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Determine whether to enable a Proxy for all Sentry outbound requests. This is also used for HTTPS requests. -
host
Sets the host name of the proxy server. -
port
Sets the port number of the proxy server -
username
Sets the username to authenticate on the proxy server -
password
Sets the password to authenticate on the proxy server
-