HomeDocumentationAPI Reference
Getting StartedAPI ReferenceDashboardHelp Center
API Reference

Session Profiler

The Session Profiler captures the state of the device as well as the app for up to 60 seconds before the report is sent.

In case you would like to disable the Session Profiler, you can use this API.

Luciq.setSessionProfilerEnabled(false)
[Luciq setSessionProfilerEnabled:NO];
Luciq.setSessionProfilerState(Feature.State.DISABLED);
Luciq.setSessionProfilerState(Feature.State.DISABLED)
Luciq.setSessionProfilerEnabled(false);
Luciq.setSessionProfilerEnabled(false);