defaultTracking property
- @Deprecated('Use autocapture instead. See Configuration.autocapture.')
getter/setter pair
Mobile (iOS and Android) specific
Enable tracking of default events for sessions, app lifecycles, screen views, and deep links.
Prefer autocapture instead. When defaultTracking is set and
autocapture is omitted, its values flow into the derived
AutocaptureOptions so existing callers continue to work.
Implementation
@Deprecated('Use autocapture instead. See Configuration.autocapture.')
DefaultTrackingOptions defaultTracking;