Skip to content

Disable better errors in profiling mode

Dmitry Gruzd requested to merge profiling-disable-better-errors into master

What does this MR do?

A gem called better_errors allocates a lot of objects, this is really inconvenient during profiling.

This MR disables better_errors middleware when we enable RAILS_PROFILE env variable (was introduced in !26516 (merged)).

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports