Commit e7d5d71f authored by James Lopez's avatar James Lopez

Merge branch 'profiling-disable-better-errors' into 'master'

Disable better errors in profiling mode

See merge request gitlab-org/gitlab!26741
parents 5c87eaf8 d74f7bd8
......@@ -59,5 +59,7 @@ Rails.application.configure do
config.active_record.migration_error = false
config.active_record.verbose_query_logs = false
config.action_view.cache_template_loading = true
config.middleware.delete BetterErrors::Middleware
end
end
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