Skip to content

Commit eb18b24

Browse files
committed
Update config.php
1 parent ee309b1 commit eb18b24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/config/config.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@
6868
| Set extra data on every log made to Sentry.
6969
| Monolog has a number of built-in processors which you can find here:
7070
|
71-
| https://github.com/Seldaek/monolog/blob/master/README.mdown#processors
71+
| https://github.com/Seldaek/monolog/tree/master/src/Monolog/Processor
72+
|
73+
| Processors can be an instance of a class, a clousure or the path to a class
7274
|
7375
*/
74-
7576
'processors' => [
7677
// Uncomment the following line to include user data from Auth
7778
// Clowdy\Raven\Processors\UserDataProcessor::class,
78-
// or
79-
// new Clowdy\Raven\Processors\UserDataProcessor(['only' => ['username']]),
8079

8180
// Use a built-in Monolog processor
8281
// Monolog\Processor\GitProcessor::class

0 commit comments

Comments
 (0)