VisProfilerOptions.full constructor
const
VisProfilerOptions.full({})
Create options with all features enabled (full tracking)
Implementation
const VisProfilerOptions.full({
this.enableLocation = true,
this.enableNetworkInfo = true,
this.enableAdId = true,
this.enableDeviceInfo = true,
this.enablePublicIp = true,
this.enablePeriodicSending = true,
this.sendIntervalMs = 180000,
this.enableLogging = true,
this.enableCaching = true,
this.enableInitialDataSend = true,
});