This shows how to use Sentry in Laravel to capture errors/exceptions
composer install
- Set your DSN key + projectID in
.env
- Run server.
php artisan serve
- Go to http://localhost:8000 to see a page with links to various errors you can trigger.
- https://sentry.io/for/laravel/
- https://docs.sentry.io/clients/php/
- Sentry config is in
app/Exceptions/Handler.php