class Sentry::Configuration

def dsn=(value)

def dsn=(value)
  @dsn = init_dsn(value)
end