Allow devs to see error message instead of "best people.."
Currently most of the error pages are replaced by our "Best people... " custom error page. In local and dev this could be skipped altogether and instead we could display the original error directly.
Currently there is an option to define ?error-debug=randomvar to see the original message.
What is needed to make this the default?
Unless someone gets paged, we should never say "Our best people are on this..." .
Production values should always be defaults and local/dev/stage envs should override those if needed. What we could do is to have one global option that could affect multiple settings that are relevant in development and then just set that as a default in the corresponding env.yml files.