Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Log Alarm Laravel Package

saasscaleup/laravel-log-alarm

Real-time log monitoring and error detection for Laravel. Watch logs continuously and trigger alerts on errors with configurable thresholds to prevent notification flooding. Send instant notifications to Slack or email using a lightweight cache-based alert system.

View on GitHub
Deep Wiki
Context7
v1.0.6

Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.5...v1.0.6

Set default (int) to config parameters

    // log time frame - log time frame to listen - in minutes
    "log_time_frame" => (int)env('LA_LOG_TIME_FRAME', 1),

    // log per time frame - How many log to count per time frame until alarm trigger 
    "log_per_time_frame" => (int)env('LA_LOG_PER_TIME_FRAME', 5),

    // delay between alarms in minutes - How many minutes to delay between alarms
    'delay_between_alarms' => (int)env('LA_DELAY_BETWEEN_ALARMS', 5),
v1.0.5

Feature request: Add File Path and Line Number - DONE ✅

Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.4...v1.0.5

Email example:

The Error was occurred 3 times in the last 1 minutes:

LOG_LEVEL: error LOG_MESSAGE: Undefined array key "name" LOG_FILE: /Users/saasscaleup/Desktop/Laravel_valet/laravel/routes/web.php LOG_LINE: 26

v1.0.4

What's Changed

New Contributors

Full Changelog: https://github.com/saasscaleup/laravel-log-alarm/compare/v1.0.3...v1.0.4

v1.0.2

Upgraded slack notification message type.

1.0.1

Upgrade email notification message and fix specific word error

1.0.0

Enhance your Laravel application's monitoring capabilities today with Log Alarm. Get started by installing the package and experience improved error management and faster response times.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport