module Datadog::Tracing::Contrib::Racecar::Event
def self.included(base)
def self.included(base) base.include(ActiveSupport::Notifications::Event) base.extend(ClassMethods) end
def self.included(base) base.include(ActiveSupport::Notifications::Event) base.extend(ClassMethods) end