Releases: saasscaleup/laravel-log-alarm
Releases · saasscaleup/laravel-log-alarm
Release - v1.0.6 🥳
Full Changelog: 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), Release - v1.0.5 🥳
Feature request: Add File Path and Line Number - DONE ✅
Full Changelog: 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 🥳
Release - v1.0.3 🥳
What's Changed
- Feat: Added Discord notification support by @usamamuneerchaudhary in #3
New Contributors
- @usamamuneerchaudhary made their first contribution in #3
Full Changelog: v1.0.2...v1.0.3
Release - v1.0.2 🥳
Upgraded slack notification message type.
Release - v1.0.1 🥳
Upgrade email notification message and fix specific word error
First Release v1.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.