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
Showing
... | @@ -400,6 +400,7 @@ gem 'email_reply_trimmer', '~> 0.1' | ... | @@ -400,6 +400,7 @@ gem 'email_reply_trimmer', '~> 0.1' |
gem 'html2text' | gem 'html2text' | ||
gem 'ruby-prof', '~> 0.17.0' | gem 'ruby-prof', '~> 0.17.0' | ||
gem 'rbtrace', '~> 0.4', require: false | |||
# OAuth | # OAuth | ||
gem 'oauth2', '~> 1.4' | gem 'oauth2', '~> 1.4' | ||
... | ... |
Please register or sign in to comment