Method: Honeybadger#with_rack_env
- Defined in:
- lib/honeybadger/singleton.rb
permalink #with_rack_env(...) ⇒ 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.
Forwards to Honeybadger::Agent.instance.
58 |
# File 'lib/honeybadger/singleton.rb', line 58 def_delegator :'Honeybadger::Agent.instance', :with_rack_env |