mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
# frozen_string_literal: true
|
|
|
|
if Gitlab::Utils.to_boolean(ENV['STACKPROF_ENABLED'].to_s)
|
|
Gitlab::StackProf.install
|
|
end
|