VisProfilerOptions.minimal constructor
const
VisProfilerOptions.minimal({})
Create options with all features disabled (minimal data collection)
Implementation
const VisProfilerOptions.minimal({
this.enableLocation = false,
this.enableNetworkInfo = false,
this.enableAdId = false,
this.enableDeviceInfo =
true, // Always keep device info for basic functionality
this.enablePublicIp = false,
this.enablePeriodicSending = false,
this.sendIntervalMs = 180000,
this.enableLogging = true,
this.enableCaching = true,
this.enableInitialDataSend = false,
});