Disabling/Enabling APM
This page explains the API to disable and enable App Performance Monitoring on iOS.
You can disable APM by calling the following API right after initializing the SDK. This completely prevents the SDK from collecting any performance data or executing any APM related logic:
APM.enabled = true
APM.enabled = falseLCQAPM.enabled = YES;
LCQAPM.enabled = NO;Last updated