class Rack::Honeycomb::Railtie
Attributes
honeycomb_client[R]
logger[R]
Public Class Methods
init(honeycomb_client:, logger: nil)
click to toggle source
# File lib/rack-honeycomb/railtie.rb, line 9 def init(honeycomb_client:, logger: nil) @honeycomb_client = honeycomb_client @logger = logger logger.debug "#{self}: initialized with #{honeycomb_client.class}" if logger end