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

Session Profiler

Turn the Luciq session profiler on or off at runtime in your KMP app to collect extra profiling data during a session for debugging and analysis.

The session profiler collects additional profiling data during the session for debugging and analysis. You can enable or disable it at runtime:

Kotlin
LuciqKmp.setSessionProfilerEnabled(true)
LuciqKmp.setSessionProfilerEnabled(false)

Behavior and what data is collected depend on the native Luciq SDK on Android and iOS. See the Luciq dashboard and native SDK docs for how to view and use profiler data.

Last updated