Package io.quarkus.logging.sentry
Class SentryProxyConfig
java.lang.Object
io.quarkus.logging.sentry.SentryProxyConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDetermine whether to enable a Proxy for all Sentry outbound requests.Sets the host name of the proxy server.Sets the password to authenticate on the proxy serverSets the port number of the proxy serverSets the username to authenticate on the proxy server -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enable
@ConfigItem(name="<<parent>>") public boolean enableDetermine 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
-
-
Constructor Details
-
SentryProxyConfig
public SentryProxyConfig()
-