class Honeybadger::ContextManager

def get_context

def get_context
  @mutex.synchronize { @context }
end