CockpitRuntimeObserverConfiguration constructor
const
CockpitRuntimeObserverConfiguration({})
Implementation
const CockpitRuntimeObserverConfiguration({
this.enabled = true,
this.captureDebugPrint = true,
this.capturePrint = true,
this.maxRetainedEvents = 120,
this.maxMessageLength = 512,
this.maxDetailLength = 512,
this.maxStackTraceLines = 12,
});