CatcherOptions.getDefaultDebugOptions constructor

CatcherOptions.getDefaultDebugOptions()

Builds default catcher options debug instance

Implementation

CatcherOptions.getDefaultDebugOptions()
    : handlers = [ConsoleHandler()],
      reportMode = SilentReportMode(),
      handlerTimeout = 10000,
      customParameters = <String, dynamic>{},
      localizationOptions = [],
      explicitExceptionReportModesMap = {},
      explicitExceptionHandlersMap = {},
      handleSilentError = true,
      screenshotsPath = '',
      excludedParameters = const [],
      filterFunction = null,
      reportOccurrenceTimeout = 3000,
      logger = CatcherLogger();