Network capture (Beta)
Unlike some wrapper SDKs that require explicit network interception setup, the Bugsee KMP SDK captures network traffic automatically through the underlying native SDKs.
Ktor
Ktor is the most popular networking library for Kotlin Multiplatform. Bugsee automatically intercepts network requests made via Ktor on both platforms without any additional setup.
Android
Network requests made via OkHttp, Ktor, and standard HttpURLConnection are captured automatically.
iOS
URLSession-based network traffic is captured automatically.
Filtering
To sanitize or suppress specific network events before they are recorded, see Privacy and network traffic.
Configuration
Network capture can be disabled entirely with the monitorNetwork launch option. See configuration for details.