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

Warm App Launch

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

// Disable
APM.setWarmAppLaunchEnabled(false);

// Enable
APM.setWarmAppLaunchEnabled(true);

Last updated