HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

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.

Instabug.setSessionProfilerEnabled(false)
[Instabug setSessionProfilerEnabled:NO];
Instabug.setSessionProfilerState(Feature.State.DISABLED);
Instabug.setSessionProfilerState(Feature.State.DISABLED)
Instabug.setSessionProfilerEnabled(false);
Instabug.setSessionProfilerEnabled(false);
Instabug.setSessionProfilerEnabled(false);
//iOS
Instabug.SetSessionProfilerEnabled(false);

//Android
Instabug.SetSessionProfilerState(Feature.State.Disabled);