Instabug automatically captures your hot app launch latency.; however, you can disable it using the following APIs.
// Disable
APM.hotAppLaunchEnabled = false
// Enable
APM.hotAppLaunchEnabled = true
// Disable
IBGAPM.hotAppLaunchEnabled = NO;
// Enable
IBGAPM.hotAppLaunchEnabled = YES;
APM.setHotAppLaunchEnabled(false);
APM.setHotAppLaunchEnabled(false)