CockpitPerformancePluginOptions constructor
const
CockpitPerformancePluginOptions({})
Implementation
const CockpitPerformancePluginOptions({
this.maxEvents = 10000,
this.maxPayloadBytes = 64 * 1024,
this.maxPayloadDepth = 8,
this.sampleEvery = Duration.zero,
this.categories = const <String>{},
this.lifecycleTimeout = const Duration(seconds: 2),
});