File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 68
68
| Set extra data on every log made to Sentry.
69
69
| Monolog has a number of built-in processors which you can find here:
70
70
|
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
72
74
|
73
75
*/
74
-
75
76
'processors ' => [
76
77
// Uncomment the following line to include user data from Auth
77
78
// Clowdy\Raven\Processors\UserDataProcessor::class,
78
- // or
79
- // new Clowdy\Raven\Processors\UserDataProcessor(['only' => ['username']]),
80
79
81
80
// Use a built-in Monolog processor
82
81
// Monolog\Processor\GitProcessor::class
You can’t perform that action at this time.
0 commit comments