File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
examples/symfony-3/app/config Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,10 @@ monolog:
25
25
level : debug
26
26
console :
27
27
type : console
28
+
29
+ # uncomment if You want to log Your custom application logs in Sentry and adjust to Your needs
30
+ # sentry:
31
+ # type: service
32
+ # id: Sentry\Monolog\Handler
33
+ # min_level: error
34
+ # channels: ["app"]
Original file line number Diff line number Diff line change 22
22
</call >
23
23
</service >
24
24
25
+ <service id =" Sentry\Monolog\Handler" class =" Sentry\Monolog\Handler" >
26
+ <argument type =" service" id =" Sentry\State\HubInterface" />
27
+ </service >
28
+
25
29
<service id =" Sentry\SentryBundle\EventListener\ConsoleListener" class =" Sentry\SentryBundle\EventListener\ConsoleListener" public =" false" >
26
30
<argument type =" service" id =" Sentry\State\HubInterface" />
27
31
<argument type =" service" id =" security.token_storage" on-invalid =" ignore" />
You can’t perform that action at this time.
0 commit comments