Module: Datadog::Tracing::Contrib::ActiveSupport::Notifications::Subscriber
- Defined in:
- lib/datadog/tracing/contrib/active_support/notifications/subscriber.rb
Overview
For classes that listen to ActiveSupport::Notification events. Creates subscriptions that are wrapped with tracing.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
14 15 16 |
# File 'lib/datadog/tracing/contrib/active_support/notifications/subscriber.rb', line 14 def self.included(base) base.extend(ClassMethods) end |