class Bigcommerce::Lightstep::Interceptors::Base

Hydrates span tags with specified ENV vars

Public Class Methods

new(*) click to toggle source
# File lib/bigcommerce/lightstep/interceptors/base.rb, line 25
def initialize(*); end

Public Instance Methods

call(*) click to toggle source

@param [::LightStep::Span] span

# File lib/bigcommerce/lightstep/interceptors/base.rb, line 30
def call(*)
  raise NotImplementedError, 'Please implement .call on your subclassed interceptor'
end