DefaultTrackingOptions constructor
const
DefaultTrackingOptions({})
Implementation
const DefaultTrackingOptions({
this.sessions = true,
this.appLifecycles = false,
// this.screenViews = false,
this.deepLinks = false,
this.attribution = true,
this.pageViews = true,
// Web DOM-based capture is opt-in (see AutocaptureOptions). Defaulting these
// to false keeps the defaultTracking -> autocapture bridge from enabling web
// form/file capture for callers that only set mobile fields.
this.formInteractions = false,
this.fileDownloads = false,
});