class Sentry::Configuration

def capture_in_environment?

def capture_in_environment?
  return true if enabled_in_current_env?
  @errors << "Not configured to send/capture in environment '#{environment}'"
  false
end