Laravel Packages

Create GitHub Issues from Exceptions and Logs in Laravel

Published
Create GitHub Issues from Exceptions and Logs in Laravel image

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 main features of this package:

Main Features

  • Automatically create GitHub issues from Exceptions & Logs
  • Group similar errors into single issues
  • Add comments to existing issues for recurring errors
  • Support customizable labels
  • Smart deduplication to prevent issues spam
  • Buffered logging for better performance

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article