class Airbrake::RemoteSettings::Callback

def initialize(config)

def initialize(config)
  @config = config
  @orig_error_notifications = config.error_notifications
  @orig_performance_stats = config.performance_stats
end