Laravel-GitHub-Monolog: Auto Create GitHub Issues From Exceptions
Laravel-Github-Monolog package by Krishan König creates GitHub issues from exceptions in Laravel apps. Automatically groups similar errors & adds comments to existing issues with customizable labels & deduplication features.
The laravel-github-monolog package by Krishan König automatically creates GitHub issues from exceptions in your Laravel applications. This package is meant for smaller apps without the need for full-featured logging services. When an error happens in your application, this package automatically creates a GitHub issue with error information and stack trace. If the issue happens multiple times, this package will create a new commit in the same issue: This package also has deduplication features to avoid duplicate issues. It also buffers logs to limit GitHub API calls. In summary, here are the ma...