module ElasticAPM

def self.set_custom_context(custom)

Returns:
  • (Hash) - The current custom context

Parameters:
  • custom (Hash) -- A hash with custom information. Can be nested.
def self.set_custom_context(custom)
  agent && agent.set_custom_context(custom)
end