diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 70400df1..3850a3ad 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -8,6 +8,8 @@ class Handler extends ExceptionHandler { /** * Report or log an exception. * + * This is a great location to send exceptions to Sentry, Bugsnag, etc. + * * @param \Exception $e * @return void */