APMFlutterConfig constructor
APMFlutterConfig({
- String? appId = '',
- String? authorization,
- String? region,
- String? url,
- String? uid,
- String? tag,
- List? networkWhiteList,
- String traceType = 'apm',
- int cacheThreshold = 200,
- int timeInterval = 60,
- bool reportBackground = true,
- bool reportLaunch = false,
- bool enableNetwork = true,
- bool enableCrash = true,
- bool enableLaunch = true,
- bool enableANR = true,
- bool enableError = true,
- bool enableDevice = true,
- bool enableEvent = true,
- double samplingRate = 1.0,
Constructor for APMFlutterConfig
Implementation
APMFlutterConfig({
this.appId = '',
this.authorization,
this.region,
this.url,
this.uid,
this.tag,
this.networkWhiteList,
this.traceType = 'apm',
this.cacheThreshold = 200,
this.timeInterval = 60,
this.reportBackground = true,
this.reportLaunch = false,
this.enableNetwork = true,
this.enableCrash = true,
this.enableLaunch = true,
this.enableANR = true,
this.enableError = true,
this.enableDevice = true,
this.enableEvent = true,
this.samplingRate = 1.0,
});