This shows how to use Sentry in Laravel to capture errors/exceptions
- Make sure mysql DB is created (as per .env)
$ composer install- Set your DSN key in
.env npm install -g @sentry/cli # remember to specify creds in env vars- Run server.
$ make - Go to http://localhost:8000 to trigger error. You should see issue/event within Sentry project