class Sentry::Configuration

def sending_allowed?

def sending_allowed?
  @errors = []
  valid? && capture_in_environment?
end