What's Changed
- Fix HTML view data leaking into
laravel.log(#224)
ViewException's context() method HTML-dumped all view data, which Laravel's exception handler then included in log entries. Moved the HTML dumping into the Flare middleware so it only applies when rendering the error page or reporting to Flare.