HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

End Custom Trace

You can use the following APIs to end a custom trace.

// End an existing trace
trace?.end()
// End an existing trace
[trace end];
// End an existing trace
trace.end();
// End an existing trace
trace?.end()
trace.end();