class Sentry::Configuration

def before_send=(value)

def before_send=(value)
  check_callable!("before_send", value)
  @before_send = value
end