module Sqreen::Ecosystem::ModuleApi

The API that the transport/tracing modules are written against

Constants

Loggable
TRACE_ID_ENV_KEY
TRACE_ID_HEADER

Public Class Methods

included(mod) click to toggle source
# File lib/sqreen/ecosystem/module_api.rb, line 30
def self.included(mod)
  mod.extend(ClassMethods)
end