For the complete documentation index, see llms.txt. This page is also available as Markdown.

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