def initialize
@secure = false
@host = 'hoptoadapp.com'
@http_open_timeout = 2
@http_read_timeout = 5
@params_filters = DEFAULT_PARAMS_FILTERS.dup
@backtrace_filters = DEFAULT_BACKTRACE_FILTERS.dup
@ignore_by_filters = []
@ignore = IGNORE_DEFAULT.dup
@ignore_user_agent = []
@development_environments = %w(development test cucumber)
@development_lookup = true
@notifier_name = 'Hoptoad Notifier'
@notifier_version = VERSION
@notifier_url = 'http://hoptoadapp.com'
@framework = 'Standalone'
@user_information = 'Hoptoad Error {{error_id}}'
end