Method: Honeybadger::ContextManager#get_request_id

Defined in:
lib/honeybadger/context_manager.rb

#get_request_idObject

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.

[View source]

68
69
70
# File 'lib/honeybadger/context_manager.rb', line 68

def get_request_id
  @mutex.synchronize { @request_id }
end