Jetpack Compose Integration
Integrate Bug Reporting, Crash Reporting, and APM into a Jetpack Compose app. Compares the automatic and manual approaches and covers private views.
Integration Methods
Common Integration Steps
implementation "androidx.compose.ui:ui:$compose_version"
implementation "ai.luciq.library:luciq-compose:x.x.x"implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.foundation:foundation:$compose_version"
implementation "ai.luciq.library:luciq-compose-apm:x.x.x"Automatic Approach (Navigation 2)
Please note that the Automatic Approach only works if you are using the Compose Navigation 2 library.
Configuration Block
Tracking screens with Navigation 3
Manual Approach
Define Screen Names
Private Views
Jetpack Compose Support
Last updated