guanguans / laravel-exception-notify

Monitor exception and report it to notification channels(Dump、Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、Zulip).
MIT License
122 stars 11 forks source link

控制台应用同步通知重启才能收到通知 #28

Closed pgyf closed 1 year ago

pgyf commented 1 year ago

https://github.com/guanguans/laravel-exception-notify/blob/0d4b032e5a04044aed1d0f8788e4b19bb68ae91c/src/ExceptionNotifyManager.php#L96

建议:如果在控制台中 不需要afterResponse

guanguans commented 1 year ago

抽时间我优化一下。

guanguans commented 1 year ago

https://github.com/guanguans/laravel-exception-notify/blob/0d4b032e5a04044aed1d0f8788e4b19bb68ae91c/src/ExceptionNotifyManager.php#L96

建议:如果在控制台中 不需要afterResponse

感谢反馈,已修复,请更新到最新版本。

pgyf commented 1 year ago

感谢!