Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored Jan 10, 2025
1 parent 08e2a20 commit 1d8dfcd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -16,13 +23,6 @@ If the same error occurs again, instead of creating a duplicate, a new comment i

<img src="https://github.com/user-attachments/assets/c76fd583-63a9-49b8-a7fb-a6dcf2c00ee6" width="800" alt="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:
Expand Down

0 comments on commit 1d8dfcd

Please sign in to comment.