recca0120 / laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger
MIT License
385 stars 44 forks source link

adapt tracy alert email/logging #29

Closed bumperbox closed 6 years ago

bumperbox commented 7 years ago

Have a look at this branch and see what you think.

I have adapted the logger/email stuff from Tracy.

The part i am not sure about, is that it should be enabled to send emails and log independent of APP_DEBUG=true, so that emails can be sent from a production server with no bluescreen showing.