Module: Errordeck::Scrubber

Defined in:
lib/errordeck/scrubber/url.rb,
lib/errordeck/scrubber/base.rb,
lib/errordeck/scrubber/cookie.rb,
lib/errordeck/scrubber/header.rb,
lib/errordeck/scrubber/query_param.rb

Defined Under Namespace

Classes: Cookie, Header, QueryParam, Url

Constant Summary collapse

SENSITIVE_PARAMS =
%w[password password_confirmation email secret token session].freeze
SENSITIVE_HEADERS =
%w[Authorization Cookie Set-Cookie].freeze
SENSITIVE_VALUE =
"[FILTERED]"