debugProxy

val debugProxy: DebugProxy? = null

DebugProxy for routing SDK HTTP requests through a local debug proxy (e.g. Charles, mitmproxy). When provided, all SDK connections are routed through the given address:port and SSL certificate validation is disabled. Active only in debug builds.