Module: TappingDevice::Configurable

Extended by:
ActiveSupport::Concern
Included in:
TappingDevice
Defined in:
lib/tapping_device/configurable.rb

Constant Summary collapse

DEFAULTS =
{
  filter_by_paths: [],
  exclude_by_paths: [],
  with_trace_to: 50,
  event_type: :return,
  hijack_attr_methods: false,
  track_as_records: false,
  ignore_private: false,
  only_private: false
}.merge(TappingDevice::Output::DEFAULT_OPTIONS)