Package io.quarkus.logging.sentry
Class SentryProxyConfig
- java.lang.Object
-
- io.quarkus.logging.sentry.SentryProxyConfig
-
public class SentryProxyConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
enable
Determine whether to enable a Proxy for all Sentry outbound requests.Optional<String>
host
Sets the host name of the proxy server.Optional<String>
password
Sets the password to authenticate on the proxy serverOptional<Integer>
port
Sets the port number of the proxy serverOptional<String>
username
Sets the username to authenticate on the proxy server
-
Constructor Summary
Constructors Constructor Description SentryProxyConfig()
-