- Easy to use
- Easy to deploy
- Multiple log levels
- Organize errors by project and assign projects to user groups
- Email notifications for critical errors
- Option to save the solution for an error
- Show potential error fixes based on your committed solutions (using AI and ElasticSearch)
- Clone the project
- Run
composer install
andnpm install
- Run
php artisan migrate
to execute the migrations - Run
php artisan serve