Enabling/Disabling Screen Rendering

Luciq collects Screen Rendering performance metrics out of the box. If needed, you can disable it by calling the following API after initializing the SDK.

// Disable Screen Rendering
APM.screenRenderingEnabled = false

Last updated