We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25b2c4 commit 03cd6f1Copy full SHA for 03cd6f1
README.md
@@ -232,6 +232,9 @@ This ID can be searched for in the Sentry interface allowing you to find the err
232
233
## Using Laravel 5.6 log channels
234
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
+
238
To configure Sentry as a log channel add the following config to the `channels` section in `config/logging.php`:
239
240
```php
0 commit comments