Class SentryProxyConfig


  • public class SentryProxyConfig
    extends Object
    • Field Detail

      • enable

        @ConfigItem(name="<<parent>>")
        public boolean enable
        Determine whether to enable a Proxy for all Sentry outbound requests. This is also used for HTTPS requests.
      • host

        @ConfigItem
        public Optional<String> host
        Sets the host name of the proxy server.
      • port

        @ConfigItem
        public Optional<Integer> port
        Sets the port number of the proxy server
      • username

        @ConfigItem
        public Optional<String> username
        Sets the username to authenticate on the proxy server
      • password

        @ConfigItem
        public Optional<String> password
        Sets the password to authenticate on the proxy server
    • Constructor Detail

      • SentryProxyConfig

        public SentryProxyConfig()