From 1d8dfcdec7e7befe2bf6ed4e9e457d599630379b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krishan=20K=C3=B6nig?= Date: Fri, 10 Jan 2025 22:10:19 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cef3306..4b9ffca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ A Laravel package that automatically creates GitHub issues from your application logs. Perfect for smaller projects where full-featured logging services like Sentry or Bugsnag might be overkill, but you still want to track bugs effectively. +## Features + +- 😊 Automatically creates GitHub issues from log entries +- 🔍 Groups similar errors into the same issue +- 💬 Adds comments to existing issues when the same error occurs again +- 🏷️ Customizable labels for better organization + ## Showcase When an error occurs in your application, a new GitHub issue is automatically created with detailed error information and stack trace: @@ -16,13 +23,6 @@ If the same error occurs again, instead of creating a duplicate, a new comment i comment added -## Features - -- 😊 Automatically creates GitHub issues from log entries -- 🔍 Groups similar errors into the same issue -- 💬 Adds comments to existing issues when the same error occurs again -- 🏷️ Customizable labels for better organization - ## Installation Install the package via composer: