A Microsoft AppInsights Client compatible for Kotlin Multiplatform. Captures Crash Logs by saving to Disk (optional). Supports both iOS & Android
KmpAppInsights handles all the networking, flushing, and saving logs to disk for you. Simply connect you app insights configuration, and it handles the rest for you.
To get started, import the library into your project:
implementation("io.github.thearchitect123:appInsights:+") // latest package
Please visit this for extensive documentation.
This software is licensed under the MIT license. See LICENSE for full disclosure.