BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Text response should include the path to the console #486

Closed RobinDaugherty closed 3 years ago

RobinDaugherty commented 3 years ago

While opening /__better_errors is a very useful feature, it doesn't seem to be broadly known about.

When Better Errors is responding to a non-HTML format request, it returns a text-format error with backtrace. This would be a very good place to mention the /__better_errors path as the way to interact with the error.