Method: Atatus::Instrumenter#set_company
- Defined in:
- lib/atatus/instrumenter.rb
#set_company(company) ⇒ 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.
275 276 277 278 |
# File 'lib/atatus/instrumenter.rb', line 275 def set_company(company) return unless current_transaction current_transaction.set_company(company) end |