Skip to content

Commit 03cd6f1

Browse files
committed
Note that log channels can cause duplicated events
Fixes #159
1 parent a25b2c4 commit 03cd6f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ This ID can be searched for in the Sentry interface allowing you to find the err
232232

233233
## Using Laravel 5.6 log channels
234234

235+
**Note:** If you are using log channels to log your exceptions and also are logging exceptions to Sentry in your
236+
exception handler (as you would have configured above) exceptions might end up twice in Sentry.
237+
235238
To configure Sentry as a log channel add the following config to the `channels` section in `config/logging.php`:
236239

237240
```php

0 commit comments

Comments
 (0)