Module: Datadog::Contrib::ActiveSupport::Notifications::Subscriber
- Defined in:
- lib/ddtrace/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
12 13 14 |
# File 'lib/ddtrace/contrib/active_support/notifications/subscriber.rb', line 12 def self.included(base) base.extend(ClassMethods) end |