# Session Profiler

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

{% code title="Kotlin" %}

```kotlin
LuciqKmp.setSessionProfilerEnabled(true)
LuciqKmp.setSessionProfilerEnabled(false)
```

{% endcode %}

Behavior and what data is collected depend on the native Luciq SDK on Android and iOS. See the [Luciq dashboard](https://dashboard.luciq.ai) and native SDK docs for how to view and use profiler data.
