class ElasticAPM::Filters::SecretsFilter

def call(payload)

def call(payload)
  strip_from payload[:transactions], :context, :request, :headers
  strip_from payload[:transactions], :context, :response, :headers
  strip_from payload[:errors], :context, :request, :headers
  strip_from payload[:errors], :context, :response, :headers
  payload
end