Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stackprof.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ff219cfda160a95f0d85296fa3aed82478d6206 (plain)
1
2
3
4
5
# frozen_string_literal: true

if Gitlab::Utils.to_boolean(ENV['STACKPROF_ENABLED'].to_s)
  Gitlab::StackProf.install
end