Network
Network logging for APM and bug reports in KMP (Ktor plugin and NetworkLogger).
Ktor plugin
import ai.luciq.kmp.interceptors.LuciqKtorPlugin
val client = HttpClient(engine) {
install(LuciqKtorPlugin)
}Manual network logging
Enable/disable body and auto-masking
NetworkLoggerKmp.setNetworkLogBodyEnabled(true)
NetworkLoggerKmp.setNetworkAutoMaskingEnabled(true)Last updated