For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setup Application Performance Monitoring

Set up APM for your Kotlin Multiplatform app with Luciq. Monitor screen loading, network performance, app launch times, and custom traces.

APM tracks app launch, screen loading, screen rendering, flows (user journeys), and UI traces. You can enable/disable the whole feature or individual aspects.

  • App Launch – Cold/warm app launch and endAppLaunch()

  • Screen Loading & Rendering – Screen loading and rendering tracking

  • Network – Network logging via Ktor plugin and NetworkLogger

  • Flows & UI TracesstartFlow/endFlow, startUITrace/endUITrace

  • SDK Debugging – Debug logs (platform-specific)

  • Disabling/Enabling APM – Turn APM on or off

  • Custom Spans – Custom spans (if supported by native SDK; see Flutter/React Native docs for concept)

Last updated