gitlab-org--gitlab-foss/config/initializers/rbtrace.rb
Stan Hu b755673fb6 Add rbtrace to Gemfile
This will be enabled if ENABLE_RBTRACE environment variable is defined.
This will allow us to debug all sorts of issues in production:

https://github.com/tmm1/rbtrace
2018-07-25 04:41:40 -07:00

3 lines
74 B
Ruby

# frozen_string_literal: true
require 'rbtrace' if ENV['ENABLE_RBTRACE']