Session Profiler

Enable or disable the session profiler in KMP.

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 dashboardarrow-up-right and native SDK docs for how to view and use profiler data.

Last updated