module Datadog::Contrib::ActionCable::RootContextEvent
Defines behavior for the first event of a thread execution.
This event is not expected to be nested with other event, but to start a fresh tracing context.
Public Class Methods
included(base)
click to toggle source
# File lib/ddtrace/contrib/action_cable/event.rb, line 37 def self.included(base) base.include(ActiveSupport::Notifications::Event) base.extend(ClassMethods) end