Skip to content

Commit 51dfff8

Browse files
committed
Add youtube video link
1 parent 4524bbd commit 51dfff8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Slack Error Notifier](./slack-error-notifier.png)
1+
![Slack Error Notifier](./slack-error-notifier.png "Slack Error Notifier")
22

33
# Slack Error Notifier (Alternative to *Bugsnag/Sentry*)
44
If you can't use *Bugsnag* or *Sentry* for monitoring your **production Laravel application**, here is a really simple solution to get notified when anything goes wrong.
@@ -38,6 +38,10 @@ SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/xxxxxxxxx
3838

3939
* (array) ignore_request_fields => If input data is being sent, you can specify the inputs from the user that should not be sent to Slack for example, password,cc number, etc.
4040

41+
And it's done. Yeah, that simple. Here's a video demo for a quick look:
42+
43+
[![Youtube Video](./youtube-thumb.png "Youtube Video")](https://www.youtube.com/watch?v=jeljU856bzE)
44+
4145
#### Note
4246
This package uses *Monolog* library and sends a notification message based on the [**log_level**](https://laravel.com/docs/5.5/errors#log-severity-levels) configuration setting. So, if you set it to *alert*, only alert and emergency level errors will be considered.
4347

youtube-thumb.png

38.7 KB
Loading

0 commit comments

Comments
 (0)