Method: ScoutApm::PlatformIntegrations::Heroku#present?

Defined in:
lib/scout_apm/platform_integrations/heroku.rb

#present?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/scout_apm/platform_integrations/heroku.rb', line 4

def present?
  !! ENV['DYNO']
end