Method: Observability::Sender.configured_type
- Defined in:
- lib/observability/sender.rb
.configured_type ⇒ Object
Return an instance of the configured type of Sender.
47 48 49 |
# File 'lib/observability/sender.rb', line 47 def self::configured_type return self.create( self.type ) end |