class Sentry::Configuration

def running_on_heroku?

def running_on_heroku?
  File.directory?("/etc/heroku") && !ENV["CI"]
end