laravel-raven
laravel-raven copied to clipboard
Sentry facade only
Hi,
Is it possible to add an option to only add the Sentry facade and not register it to listen logs. I would like to send the logs in Production but not in Development. With Development the manually Sentry::debug() should still be send or at least ignored.
You could say I should change the level
but that still send out the fatal errors.
Thanks.