enableAppLifecycleBreadcrumbs property

bool enableAppLifecycleBreadcrumbs
getter/setter pair

Consider disabling enableAutoNativeBreadcrumbs if you enable this. Otherwise you might record app lifecycle events twice. Also consider using enableBreadcrumbTrackingForCurrentPlatform instead for more sensible defaults.

Android: This is more or less equivalent to the Activity Lifecycle. However because an Android Flutter application lives inside a single Activity this is an application wide lifecycle event.

iOS: This is more or less equivalent to the UIViewControllers lifecycle. However because an iOS Flutter application lives inside a single UIViewController this is an application wide lifecycle event.

Implementation

bool enableAppLifecycleBreadcrumbs = false;