CatcherOptions.getDefaultProfileOptions constructor
CatcherOptions.getDefaultProfileOptions()
Builds default catcher options profile instance
Implementation
CatcherOptions.getDefaultProfileOptions()
: handlers = [ConsoleHandler()],
reportMode = SilentReportMode(),
handlerTimeout = 10000,
customParameters = <String, dynamic>{},
localizationOptions = [],
explicitExceptionReportModesMap = {},
explicitExceptionHandlersMap = {},
handleSilentError = true,
screenshotsPath = '',
excludedParameters = const [],
filterFunction = null,
reportOccurrenceTimeout = 3000,
logger = CatcherLogger();