HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Disabling/Enabling APM for Android

This page explains the API to disable and enable App Performance Monitoring on Android.

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:

// Enable/disable APM
APM.setEnabled(true);
APM.setEnabled(false);
// Enable/disable APM
APM.setEnabled(true)
APM.setEnabled(false)

📘

Please note that disabling APM will also clear any data that has already been collected and stored on your users' devices but hasn't been synced to our servers yet.