Disabling/Enabling Screen Loading Tracking
Enable or disable screen loading tracking in your iOS app with Luciq. Control which screens are monitored for load time performance metrics.
If APM is enabled, our SDK starts collecting data about your screen loading time by default. If needed, you can always toggle this on and off by updating the relevant flag after the SDK is initialized:
APM.screenLoadingEnabled = falseLCQAPM.screenLoadingEnabled = NO;Last updated