Skip to content

Releases: saasscaleup/laravel-log-alarm

Release - v1.0.6 🥳

22 Jan 06:44

Choose a tag to compare

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 🥳

05 Jan 17:27

Choose a tag to compare

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 🥳

05 Jan 15:30
ceb785c

Choose a tag to compare

What's Changed

  • feat: Add Telegram notification support and enhance documentation with detailed setup guide by @rsuregar in #6

New Contributors

Full Changelog: v1.0.3...v1.0.4

Release - v1.0.3 🥳

29 Dec 16:12
03d9db2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

Release - v1.0.2 🥳

10 Jul 02:26

Choose a tag to compare

Upgraded slack notification message type.

Release - v1.0.1 🥳

20 Jun 20:45

Choose a tag to compare

Upgrade email notification message and fix specific word error

First Release v1.0.0 🥳

20 Jun 20:25
1bed4bf

Choose a tag to compare

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.