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 12 def self.included(base) base.extend(ClassMethods) end