module Sentry

def apply_patches(config)

@!visibility private
def apply_patches(config)
  registered_patches.each do |patch|
    patch.call(config)
  end
end