module Datadog::Contrib::ActiveSupport::Notifications::Subscriber

For classes that listen to ActiveSupport::Notification events. Creates subscriptions that are wrapped with tracing.

Public Class Methods

included(base) click to toggle source
# File lib/ddtrace/contrib/active_support/notifications/subscriber.rb, line 11
def self.included(base)
  base.send(:extend, ClassMethods)
end