Method: Datadog::Tracing::Contrib::ActionCable::Event::ClassMethods#span_options
- Defined in:
- lib/datadog/tracing/contrib/action_cable/event.rb
#span_options ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/datadog/tracing/contrib/action_cable/event.rb', line 21 def if configuration[:service_name] {service: configuration[:service_name]} else {} end end |