APM tracks app launch, screen loading, screen rendering, flows (user journeys), and UI traces. You can enable/disable the whole feature or individual aspects.
App Launch – Cold/warm app launch and endAppLaunch()
endAppLaunch()
Screen Loading & Rendering – Screen loading and rendering tracking
Network – Network logging via Ktor plugin and NetworkLogger
NetworkLogger
Flows & UI Traces – startFlow/endFlow, startUITrace/endUITrace
startFlow
endFlow
startUITrace
endUITrace
SDK Debugging – Debug logs (platform-specific)
Disabling/Enabling APM – Turn APM on or off
Custom Spans – Custom spans (if supported by native SDK; see Flutter/React Native docs for concept)
Last updated 18 hours ago