Method: Honeybadger::Agent#get_context
- Defined in:
- lib/honeybadger/agent.rb
#get_context ⇒ Hash?
Get global context for the current request.
292 293 294 |
# File 'lib/honeybadger/agent.rb', line 292 def get_context context_manager.get_context end |