Method: Honeybadger::ContextManager#get_request_id
- Defined in:
- lib/honeybadger/context_manager.rb
permalink #get_request_id ⇒ 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.
68 69 70 |
# File 'lib/honeybadger/context_manager.rb', line 68 def get_request_id @mutex.synchronize { @request_id } end |