Method: Honeybadger::Agent#breadcrumbs
- Defined in:
- lib/honeybadger/agent.rb
permalink #breadcrumbs ⇒ 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.
Direct access to the Breadcrumbs::Collector instance
298 299 300 301 302 |
# File 'lib/honeybadger/agent.rb', line 298 def return @breadcrumbs if @breadcrumbs Thread.current[:__hb_breadcrumbs] ||= Breadcrumbs::Collector.new(config) end |