Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 953 Bytes

File metadata and controls

15 lines (9 loc) · 953 Bytes

Home > @snowplow/react-native-tracker > AppLifecycleConfiguration > lifecycleAutotracking

AppLifecycleConfiguration.lifecycleAutotracking property

Whether to automatically track app lifecycle events (app foreground and background events). Also adds a lifecycle context entity to all events.

Foreground event schema: iglu:com.snowplowanalytics.snowplow/application_foreground/jsonschema/1-0-0 Background event schema: iglu:com.snowplowanalytics.snowplow/application_background/jsonschema/1-0-0 Context entity schema: iglu:com.snowplowanalytics.mobile/application_lifecycle/jsonschema/1-0-0

Signature:

lifecycleAutotracking?: boolean;