
Facilitates integration with Microsoft AppInsights, handling networking, log flushing, and optional disk saving of crash logs. Seamless setup with app insights configuration.
A Microsoft AppInsights Client compatible for Kotlin Multiplatform & Flutter. Captures Crash Logs by saving to Disk (optional)
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 packageIf you are targeting Flutter you can find the plugin here Documentation is written for KMP but the concept & api are the same.
Please visit this for extensive documentation.
This software is licensed under the MIT license. See LICENSE for full disclosure.
A Microsoft AppInsights Client compatible for Kotlin Multiplatform & Flutter. Captures Crash Logs by saving to Disk (optional)
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 packageIf you are targeting Flutter you can find the plugin here Documentation is written for KMP but the concept & api are the same.
Please visit this for extensive documentation.
This software is licensed under the MIT license. See LICENSE for full disclosure.