HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Start UI Trace

Use the following APIs to start a custom UI trace while passing a string that defines the name of the trace.

APM.startUITrace(withName: "name")
[IBGAPM startUITraceWithName:@"name"];
// Start UI Trace
APM.startUITrace("name");
// Start UI Trace
APM.startUITrace("name")
APM.startUITrace("name");
APM.startUITrace('trace_name');