Module: Appsignal::Utils Private

Defined in:
lib/appsignal/utils.rb,
lib/appsignal/utils/params_sanitizer.rb,
lib/appsignal/utils/query_params_sanitizer.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Data, JSON, ParamsSanitizer, QueryParamsSanitizer

Class Method Summary collapse

Class Method Details

.data_generate(body) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



7
8
9
# File 'lib/appsignal/utils.rb', line 7

def self.data_generate(body)
  Data.generate(body)
end

.json_generate(body) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



88
89
90
# File 'lib/appsignal/utils.rb', line 88

def self.json_generate(body)
  JSON.generate(body)
end