Hot App Launch

Luciq automatically captures your hot app launch latency.; however, you can disable it using the following APIs.

// Disable
APM.hotAppLaunchEnabled = false

// Enable
APM.hotAppLaunchEnabled = true

Last updated