laravel-raven
laravel-raven copied to clipboard
Configure to ignore exceptions
I have getsentry/laravel package installed and enabled and would like to configure laravel-raven just for logging. The reason for using sentry's official package for exceptions is the support for stacktrace and breadcrumbs which is absent from the raven package. How can I configure it to ignore exceptions?