Method: Honeycomb.integrations_to_load

Defined in:
lib/honeycomb-beeline.rb

.integrations_to_loadObject



48
49
50
51
52
53
54
# File 'lib/honeycomb-beeline.rb', line 48

def integrations_to_load
  if ENV["HONEYCOMB_INTEGRATIONS"]
    ENV["HONEYCOMB_INTEGRATIONS"].split(",")
  else
    INTEGRATIONS
  end
end