Commit e8e00969 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch 'disable-gitlab-experiment-deprecation-warnings' into 'master'

Disable gitlab-experiment deprecation warnings to reduce logging volume

See merge request gitlab-org/gitlab!79885
parents 54543d71 1567caa7
# frozen_string_literal: true
module Gitlab
class Experiment
class Configuration
def self.deprecated(*args, version:, stack: 0)
# do nothing here
end
end
end
end
Gitlab::Experiment.configure do |config|
# The base experiment class that will be instantiated when using the
# `experiment` DSL, is our ApplicationExperiment. If a custom experiment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment