Package io.quarkus.logging.sentry
Interface SentryProxyConfig
public interface SentryProxyConfig
-
Method Summary
Modifier and TypeMethodDescriptionenable()Deprecated, for removal: This API element is subject to removal in a future version.booleanenabled()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
-
enable
Deprecated, for removal: This API element is subject to removal in a future version.we try to stay away from this pattern now, replace withquarkus.log.sentry.enabled.Determine whether to enable a Proxy for all Sentry outbound requests. This is also used for HTTPS requests. -
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
-
quarkus.log.sentry.enabled.