Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 31, 2021
1 parent a3650d8 commit 0e4ceb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-ray` will be documented in this file

## 1.10.1 - 201-01-31

- display logged exceptions

## 1.10.0 - 2021-01-29

- add view methods
Expand Down
5 changes: 5 additions & 0 deletions src/Watchers/ApplicationLogWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,14 @@ protected function shouldLogMessage(MessageLogged $message): bool
return false;
}

/*
* uncomment this when exception logging is stable in Ray
*
if ((new ExceptionWatcher())->concernsException($message)) {
return false;
}
*/


if ((new LoggedMailWatcher())->concernsLoggedMail($message)) {
return false;
Expand Down

0 comments on commit 0e4ceb5

Please sign in to comment.